HEX: #6B715F
RGB: (107,113,95)
#6B715F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B715F ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6B715F wird in RGB als (107,113,95) definiert.
RGB: (107,113,95)
(42%, 44%, 37%)
R 107 von 255 = 42%
G 113 von 255 = 44%
B 95 von 255 = 37%
R + G + B ~ 41%. #6B715F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 113 + 95 = 315 (100%)
R 107 von 315 ~ 33.97%
G 113 von 315 ~ 35.87%
B 95 von 315 ~ 30.16'%
Die Farbe #6B715F wird in CMYK als (5,0,16,56) definiert.
CMYK: (5,0,16,56) C5M0Y16K56 (5%,0%,16%,56%) (0.05/0.00/0.16/0.56)
Farbe #6B715F in den populären Farbmodellen.
6B | 71 | 5F | |
---|---|---|---|
RGB | 107 | 113 | 95 |
HSL | 80° | 8.65% | 40.78% |
HSB/HSV | 80° | 15.93% | 44.31% |
CMYK | 5.31% | 0.00% | 15.93% |
55.69% |
Die Farbe #6B715F in den populären Zahlensystemen.
Hexadezimal | 6B | 71 | 5F |
Dezimal | 107 | 113 | 95 |
Binär | 1101011 | 1110001 | 1011111 |
Oktal | 153 | 161 | 137 |
Dunkle Töne der Farbe #6B715F
Helle Töne der Farbe #6B715F
Beispiele css- und html für Elemente in der Farbe #6B715F. Bitte benutzen Sie auch rgb(107,113,95) statt hex-Code.
.myTextColor { color: #6B715F; }
<p style="color:#6B715F">This sample text font color is #6B715F.</p>
Die Farbe dieses Textes ist #6B715F.
.myBgColor { background-color: #6B715F; }
<div style="background-color:#6B715F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B715F.
.myBorderColor { border: 1px solid #6B715F; }
<div style="border:3px solid #6B715F">Div</div>
Die Grenzen von diesem div sind in Farbe #6B715F.
.myOpacity80 { color: #6B715F; opacity: 0.8; }
<p style="color:#6B715F;opacity:0.8;">80%</p>
Text in Farbe #6B715F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B715F;}
<p style="text-shadow: 3px 3px 1px #6B715F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B715F.
.textShadow {text-shadow: 3px 3px 1px #6B715F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B715F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B715F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B715F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B715F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B715F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B715F;
-webkit-box-shadow: 1px 1px 3px 2px #6B715F;
box-shadow: 1px 1px 3px 2px #6B715F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B715F; -webkit-box-shadow: 1px 1px 3px 2px #6B715F; box-shadow:1px 1px 3px 2px #6B715F;">
Div content here
</div>
Dieser Text ist in der Farbe #6B715F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B715F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B715F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B715F.
Kontrastfarbe für #hex ist #948EA0.