HEX: #6D864E
RGB: (109,134,78)
#6D864E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D864E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6D864E wird in RGB als (109,134,78) definiert.
RGB: (109,134,78) (43%,53%,31%)
R 109 von 255 = 43%
G 134 von 255 = 53%
B 78 von 255 = 31%
R + G + B ~ 42%. #6D864E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 134 + 78 = 321 (100%)
R 109 von 321 ~ 33.96%
G 134 von 321 ~ 41.74%
B 78 von 321 ~ 24.3%
Die Farbe #6D864E wird in CMYK als (19,0,42,47) definiert.
CMYK: (19,0,42,47) C19M0Y42K47 (19%,0%,42%,47%) (0.19/0.00/0.42/0.47)
6D | 86 | 4E | |
---|---|---|---|
RGB | 109 | 134 | 78 |
HSL | 87° | 26.42% | 41.57% |
HSB/HSV | 87° | 41.79% | 52.55% |
CMYK | 18.66% | 0.00% | 41.79% |
47.45% |
Hexadezimal | 6D | 86 | 4E |
Dezimal | 109 | 134 | 78 |
Binär | 1101101 | 10000110 | 1001110 |
Oktal | 155 | 206 | 116 |
Beispiele css- und html für Elemente in der Farbe #6D864E. Bitte benutzen Sie auch rgb(109,134,78) statt hex-Code.
.myTextColor { color: #6D864E; }
<p style="color:#6D864E">This sample text font color is #6D864E.</p>
Die Farbe dieses Textes ist #6D864E.
.myBgColor { background-color: #6D864E; }
<div style="background-color:#6D864E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D864E.
.myBorderColor { border: 1px solid #6D864E; }
<div style="border:3px solid #6D864E">Div</div>
Die Grenzen von diesem div sind in Farbe #6D864E.
.myOpacity80 { color: #6D864E; opacity: 0.8; }
<p style="color:#6D864E;opacity:0.8;">80%</p>
Text in Farbe #6D864E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D864E;}
<p style="text-shadow: 3px 3px 1px #6D864E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D864E.
.textShadow {text-shadow: 3px 3px 1px #6D864E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D864E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D864E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D864E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D864E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D864E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D864E; -webkit-box-shadow: 1px 1px 3px 2px #6D864E; box-shadow: 1px 1px 3px 2px #6D864E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D864E; -webkit-box-shadow: 1px 1px 3px 2px #6D864E; box-shadow:1px 1px 3px 2px #6D864E;">
Div content here</div>
Dieser Text ist in der Farbe #6D864E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D864E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D864E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D864E.