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