HEX: #9B636B
RGB: (155,99,107)
#9B636B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B636B ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #9B636B wird in RGB als (155,99,107) definiert.
RGB: (155,99,107)
(61%, 39%, 42%)
R 155 von 255 = 61%
G 99 von 255 = 39%
B 107 von 255 = 42%
R + G + B ~ 47%. #9B636B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 155 + 99 + 107 = 361 (100%)
R 155 von 361 ~ 42.94%
G 99 von 361 ~ 27.42%
B 107 von 361 ~ 29.64'%
Die Farbe #9B636B wird in CMYK als (0,36,31,39) definiert.
CMYK: (0,36,31,39)
C0M36Y31K39 (0%, 36%, 31%, 39%)
(0.00 / 0.36 / 0.31 / 0.39)
Farbe #9B636B in den populären Farbmodellen.
9B | 63 | 6B | |
---|---|---|---|
RGB | 155 | 99 | 107 |
HSL | 351° | 22.05% | 49.80% |
HSB/HSV | 351° | 36.13% | 60.78% |
CMYK | 0.00% | 36.13% | 30.97% |
39.22% |
Die Farbe #9B636B in den populären Zahlensystemen.
Hexadezimal | 9B | 63 | 6B |
Dezimal | 155 | 99 | 107 |
Binär | 10011011 | 1100011 | 1101011 |
Oktal | 233 | 143 | 153 |
Dunkle Töne der Farbe #9B636B
Helle Töne der Farbe #9B636B
Beispiele css- und html für Elemente in der Farbe #9B636B. Bitte benutzen Sie auch rgb(155,99,107) statt hex-Code.
.myTextColor { color: #9B636B; }
<p style="color:#9B636B">This sample text font color is #9B636B.</p>
Die Farbe dieses Textes ist #9B636B.
.myBgColor { background-color: #9B636B; }
<div style="background-color:#9B636B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B636B.
.myBorderColor { border: 1px solid #9B636B; }
<div style="border:3px solid #9B636B">Div</div>
Die Grenzen von diesem div sind in Farbe #9B636B.
.myOpacity80 { color: #9B636B; opacity: 0.8; }
<p style="color:#9B636B;opacity:0.8;">80%</p>
Text in Farbe #9B636B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B636B;}
<p style="text-shadow: 3px 3px 1px #9B636B">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B636B.
.textShadow {text-shadow: 3px 3px 1px #9B636B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B636B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B636B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B636B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B636B, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B636B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B636B;
-webkit-box-shadow: 1px 1px 3px 2px #9B636B;
box-shadow: 1px 1px 3px 2px #9B636B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B636B; -webkit-box-shadow: 1px 1px 3px 2px #9B636B; box-shadow:1px 1px 3px 2px #9B636B;">
Div content here
</div>
Dieser Text ist in der Farbe #9B636B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B636B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B636B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B636B.
Kontrastfarbe für #hex ist #649C94.