Shades of Indochine #995B32
Tints of Indochine #995B32
RGB
CMYK
RGB Variations
Color information
#995B32 (or 0x995B32) is known color: Indochine. HEX triplet: 99, 5B and 32. RGB value is (153,91,50). Sum of RGB (Red+Green+Blue) = 153+91+50=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #995B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B32 is #66A4CD. Grayscale: #696969. Windows color (decimal): -6726862 or 3300249. OLE color: 3300249.
HSL color Cylindrical-coordinate representation of color #995B32: hue angle of 23.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #995B32 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 50 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.4 |
| HSL | 23.88º | 0.51% | 0.4% | - |
| HSV(B) | 23.88º | 0.67% | 0.6% | - |
| XYZ | 17.45 | 14.48 | 4.89 | - |
| YUV | 104.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 50 | 0 | 0.41 | 0.67 | 0.4 | 23.88 | 0.51 | 0.4 |
| Hex | 99 | 5B | 32 | 0 | 29 | 43 | 28 | 18 | 33 | 28 |
| Octal | 231 | 133 | 62 | 0 | 51 | 103 | 50 | 30 | 63 | 50 |
| Binary | 10011001 | 1011011 | 110010 | 0 | 101001 | 1000011 | 101000 | 11000 | 110011 | 101000 |
Color Harmonies of #995B32
Complementary color
Monochromatic Colors of #995B32
Black with #995B32
Text Example
Text Example
White with #995B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B32; }
p { color: rgb(153,91,50); }
H1.HeaderClassName
{
color: #995B32;
}
.AnyTagClassName
{
color: #995B32;
}
</style>
background-color css
<style>
a { background-color: #995B32; }
a { background-color: rgb(153,91,50); }
div.DivClassName
{
background-color: #995B32;
}
.BgClassName
{
background-color: #995B32;
}
</style>
border-color css
<style>
span { border-color: #995B32; }
span { border-color: rgb(153,91,50); }
td.TdClassName
{
border-color: #995B32;
}
.TagClassName
{
border-color: #995B32;
}
</style>