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