HEX: #6D765B
RGB: (109,118,91)
#6D765B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D765B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6D765B wird in RGB als (109,118,91) definiert.
RGB: (109,118,91)
(43%, 46%, 36%)
R 109 von 255 = 43%
G 118 von 255 = 46%
B 91 von 255 = 36%
R + G + B ~ 42%. #6D765B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 118 + 91 = 318 (100%)
R 109 von 318 ~ 34.28%
G 118 von 318 ~ 37.11%
B 91 von 318 ~ 28.62'%
Die Farbe #6D765B wird in CMYK als (8,0,23,54) definiert.
CMYK: (8,0,23,54)
C8M0Y23K54 (8%, 0%, 23%, 54%)
(0.08 / 0.00 / 0.23 / 0.54)
Farbe #6D765B in den populären Farbmodellen.
6D | 76 | 5B | |
---|---|---|---|
RGB | 109 | 118 | 91 |
HSL | 80° | 12.92% | 40.98% |
HSB/HSV | 80° | 22.88% | 46.27% |
CMYK | 7.63% | 0.00% | 22.88% |
53.73% |
Die Farbe #6D765B in den populären Zahlensystemen.
Hexadezimal | 6D | 76 | 5B |
Dezimal | 109 | 118 | 91 |
Binär | 1101101 | 1110110 | 1011011 |
Oktal | 155 | 166 | 133 |
Dunkle Töne der Farbe #6D765B
Helle Töne der Farbe #6D765B
Beispiele css- und html für Elemente in der Farbe #6D765B. Bitte benutzen Sie auch rgb(109,118,91) statt hex-Code.
.myTextColor { color: #6D765B; }
<p style="color:#6D765B">This sample text font color is #6D765B.</p>
Die Farbe dieses Textes ist #6D765B.
.myBgColor { background-color: #6D765B; }
<div style="background-color:#6D765B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D765B.
.myBorderColor { border: 1px solid #6D765B; }
<div style="border:3px solid #6D765B">Div</div>
Die Grenzen von diesem div sind in Farbe #6D765B.
.myOpacity80 { color: #6D765B; opacity: 0.8; }
<p style="color:#6D765B;opacity:0.8;">80%</p>
Text in Farbe #6D765B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D765B;}
<p style="text-shadow: 3px 3px 1px #6D765B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D765B.
.textShadow {text-shadow: 3px 3px 1px #6D765B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D765B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D765B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D765B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D765B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D765B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D765B;
-webkit-box-shadow: 1px 1px 3px 2px #6D765B;
box-shadow: 1px 1px 3px 2px #6D765B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D765B; -webkit-box-shadow: 1px 1px 3px 2px #6D765B; box-shadow:1px 1px 3px 2px #6D765B;">
Div content here
</div>
Dieser Text ist in der Farbe #6D765B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D765B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D765B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D765B.
Kontrastfarbe für #hex ist #9289A4.