HEX: #6C490C
RGB: (108,73,12)
#6C490C enthält hauptsächlich rote und grüne Farbe. Für #6C490C ist eine «websichere» Webfarbe #663300 (oder kurz #630).
Die Farbe #6C490C wird in RGB als (108,73,12) definiert.
RGB: (108,73,12)
(42%, 29%, 5%)
R 108 von 255 = 42%
G 73 von 255 = 29%
B 12 von 255 = 5%
R + G + B ~ 25%. #6C490C ziemlich dunkle Farbe.
R + G + B = 108 + 73 + 12 = 193 (100%)
R 108 von 193 ~ 55.96%
G 73 von 193 ~ 37.82%
B 12 von 193 ~ 6.22'%
Die Farbe #6C490C wird in CMYK als (0,32,89,58) definiert.
CMYK: (0,32,89,58)
C0M32Y89K58 (0%, 32%, 89%, 58%)
(0.00 / 0.32 / 0.89 / 0.58)
Farbe #6C490C in den populären Farbmodellen.
6C | 49 | 0C | |
---|---|---|---|
RGB | 108 | 73 | 12 |
HSL | 38° | 80.00% | 23.53% |
HSB/HSV | 38° | 88.89% | 42.35% |
CMYK | 0.00% | 32.41% | 88.89% |
57.65% |
Die Farbe #6C490C in den populären Zahlensystemen.
Hexadezimal | 6C | 49 | 0C |
Dezimal | 108 | 73 | 12 |
Binär | 1101100 | 1001001 | 1100 |
Oktal | 154 | 111 | 14 |
Dunkle Töne der Farbe #6C490C
Helle Töne der Farbe #6C490C
Beispiele css- und html für Elemente in der Farbe #6C490C. Bitte benutzen Sie auch rgb(108,73,12) statt hex-Code.
.myTextColor { color: #6C490C; }
<p style="color:#6C490C">This sample text font color is #6C490C.</p>
Die Farbe dieses Textes ist #6C490C.
.myBgColor { background-color: #6C490C; }
<div style="background-color:#6C490C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C490C.
.myBorderColor { border: 1px solid #6C490C; }
<div style="border:3px solid #6C490C">Div</div>
Die Grenzen von diesem div sind in Farbe #6C490C.
.myOpacity80 { color: #6C490C; opacity: 0.8; }
<p style="color:#6C490C;opacity:0.8;">80%</p>
Text in Farbe #6C490C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C490C;}
<p style="text-shadow: 3px 3px 1px #6C490C">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C490C.
.textShadow {text-shadow: 3px 3px 1px #6C490C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C490C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C490C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C490C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C490C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C490C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C490C;
-webkit-box-shadow: 1px 1px 3px 2px #6C490C;
box-shadow: 1px 1px 3px 2px #6C490C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C490C; -webkit-box-shadow: 1px 1px 3px 2px #6C490C; box-shadow:1px 1px 3px 2px #6C490C;">
Div content here
</div>
Dieser Text ist in der Farbe #6C490C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C490C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C490C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C490C.
Kontrastfarbe für #hex ist #93B6F3.