HEX: #C6885B
RGB: (198,136,91)
#C6885B enthält hauptsächlich rote Farbe. Für #C6885B ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #C6885B wird in RGB als (198,136,91) definiert.
RGB: (198,136,91) (78%,53%,36%)
R 198 von 255 = 78%
G 136 von 255 = 53%
B 91 von 255 = 36%
R + G + B ~ 56%. #C6885B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 136 + 91 = 425 (100%)
R 198 von 425 ~ 46.59%
G 136 von 425 ~ 32%
B 91 von 425 ~ 21.41%
Die Farbe #C6885B wird in CMYK als (0,31,54,22) definiert.
CMYK: (0,31,54,22) C0M31Y54K22 (0%,31%,54%,22%) (0.00/0.31/0.54/0.22)
C6 | 88 | 5B | |
---|---|---|---|
RGB | 198 | 136 | 91 |
HSL | 25° | 48.42% | 56.67% |
HSB/HSV | 25° | 54.04% | 77.65% |
CMYK | 0.00% | 31.31% | 54.04% |
22.35% |
Hexadezimal | C6 | 88 | 5B |
Dezimal | 198 | 136 | 91 |
Binär | 11000110 | 10001000 | 1011011 |
Oktal | 306 | 210 | 133 |
Beispiele css- und html für Elemente in der Farbe #C6885B. Bitte benutzen Sie auch rgb(198,136,91) statt hex-Code.
.myTextColor { color: #C6885B; }
<p style="color:#C6885B">This sample text font color is #C6885B.</p>
Die Farbe dieses Textes ist #C6885B.
.myBgColor { background-color: #C6885B; }
<div style="background-color:#C6885B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6885B.
.myBorderColor { border: 1px solid #C6885B; }
<div style="border:3px solid #C6885B">Div</div>
Die Grenzen von diesem div sind in Farbe #C6885B.
.myOpacity80 { color: #C6885B; opacity: 0.8; }
<p style="color:#C6885B;opacity:0.8;">80%</p>
Text in Farbe #C6885B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6885B;}
<p style="text-shadow: 3px 3px 1px #C6885B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6885B.
.textShadow {text-shadow: 3px 3px 1px #C6885B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6885B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6885B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6885B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6885B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6885B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6885B; -webkit-box-shadow: 1px 1px 3px 2px #C6885B; box-shadow: 1px 1px 3px 2px #C6885B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6885B; -webkit-box-shadow: 1px 1px 3px 2px #C6885B; box-shadow:1px 1px 3px 2px #C6885B;">
Div content here</div>
Dieser Text ist in der Farbe #C6885B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6885B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6885B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6885B.