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