HEX: #6D775E
RGB: (109,119,94)
#6D775E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D775E ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6D775E wird in RGB als (109,119,94) definiert.
RGB: (109,119,94) (43%,47%,37%)
R 109 von 255 = 43%
G 119 von 255 = 47%
B 94 von 255 = 37%
R + G + B ~ 42%. #6D775E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 119 + 94 = 322 (100%)
R 109 von 322 ~ 33.85%
G 119 von 322 ~ 36.96%
B 94 von 322 ~ 29.19%
Die Farbe #6D775E wird in CMYK als (8,0,21,53) definiert.
CMYK: (8,0,21,53) C8M0Y21K53 (8%,0%,21%,53%) (0.08/0.00/0.21/0.53)
6D | 77 | 5E | |
---|---|---|---|
RGB | 109 | 119 | 94 |
HSL | 84° | 11.74% | 41.76% |
HSB/HSV | 84° | 21.01% | 46.67% |
CMYK | 8.40% | 0.00% | 21.01% |
53.33% |
Hexadezimal | 6D | 77 | 5E |
Dezimal | 109 | 119 | 94 |
Binär | 1101101 | 1110111 | 1011110 |
Oktal | 155 | 167 | 136 |
Beispiele css- und html für Elemente in der Farbe #6D775E. Bitte benutzen Sie auch rgb(109,119,94) statt hex-Code.
.myTextColor { color: #6D775E; }
<p style="color:#6D775E">This sample text font color is #6D775E.</p>
Die Farbe dieses Textes ist #6D775E.
.myBgColor { background-color: #6D775E; }
<div style="background-color:#6D775E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D775E.
.myBorderColor { border: 1px solid #6D775E; }
<div style="border:3px solid #6D775E">Div</div>
Die Grenzen von diesem div sind in Farbe #6D775E.
.myOpacity80 { color: #6D775E; opacity: 0.8; }
<p style="color:#6D775E;opacity:0.8;">80%</p>
Text in Farbe #6D775E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D775E;}
<p style="text-shadow: 3px 3px 1px #6D775E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D775E.
.textShadow {text-shadow: 3px 3px 1px #6D775E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D775E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D775E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D775E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D775E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D775E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D775E; -webkit-box-shadow: 1px 1px 3px 2px #6D775E; box-shadow: 1px 1px 3px 2px #6D775E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D775E; -webkit-box-shadow: 1px 1px 3px 2px #6D775E; box-shadow:1px 1px 3px 2px #6D775E;">
Div content here</div>
Dieser Text ist in der Farbe #6D775E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D775E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D775E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D775E.