HEX: #996633
RGB: (153,102,51)
#996633 enthält hauptsächlich rote und grüne Farbe. Die Farbe #996633 ist «eine websichere» Webfarbe. Sie kann kurz als #963 geschrieben werden.
Die Farbe #996633 wird in RGB als (153,102,51) definiert.
RGB: (153,102,51)
(60%, 40%, 20%)
R 153 von 255 = 60%
G 102 von 255 = 40%
B 51 von 255 = 20%
R + G + B ~ 40%. #996633 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 153 + 102 + 51 = 306 (100%)
R 153 von 306 ~ 50%
G 102 von 306 ~ 33.33%
B 51 von 306 ~ 16.67'%
Die Farbe #996633 wird in CMYK als (0,33,67,40) definiert.
CMYK: (0,33,67,40) C0M33Y67K40 (0%,33%,67%,40%) (0.00/0.33/0.67/0.40)
Farbe #996633 in den populären Farbmodellen.
99 | 66 | 33 | |
---|---|---|---|
RGB | 153 | 102 | 51 |
HSL | 30° | 50.00% | 40.00% |
HSB/HSV | 30° | 66.67% | 60.00% |
CMYK | 0.00% | 33.33% | 66.67% |
40.00% |
Die Farbe #996633 in den populären Zahlensystemen.
Hexadezimal | 99 | 66 | 33 |
Dezimal | 153 | 102 | 51 |
Binär | 10011001 | 1100110 | 110011 |
Oktal | 231 | 146 | 63 |
Dunkle Töne der Farbe #996633
Helle Töne der Farbe #996633
Beispiele css- und html für Elemente in der Farbe #996633. Bitte benutzen Sie auch rgb(153,102,51) statt hex-Code.
.myTextColor { color: #996633; }
<p style="color:#996633">This sample text font color is #996633.</p>
Die Farbe dieses Textes ist #996633.
.myBgColor { background-color: #996633; }
<div style="background-color:#996633">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #996633.
.myBorderColor { border: 1px solid #996633; }
<div style="border:3px solid #996633">Div</div>
Die Grenzen von diesem div sind in Farbe #996633.
.myOpacity80 { color: #996633; opacity: 0.8; }
<p style="color:#996633;opacity:0.8;">80%</p>
Text in Farbe #996633 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996633;}
<p style="text-shadow: 3px 3px 1px #996633">Text here.</p>
Dieser Text hat den Schatten in Farbe #996633.
.textShadow {text-shadow: 3px 3px 1px #996633', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996633, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #996633 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996633, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996633, Direction=45, Strength=4)">Text</p>
This text has shadow with #996633 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #996633;
-webkit-box-shadow: 1px 1px 3px 2px #996633;
box-shadow: 1px 1px 3px 2px #996633;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996633; -webkit-box-shadow: 1px 1px 3px 2px #996633; box-shadow:1px 1px 3px 2px #996633;">
Div content here
</div>
Dieser Text ist in der Farbe #996633 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #996633 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #996633.
Dieser Text ist weiß auf dem Hintergrund in Farbe #996633.
Kontrastfarbe für #hex ist #6699CC.