Shades of Indochine #995B2C
Tints of Indochine #995B2C
RGB
CMYK
RGB Variations
Color information
#995B2C (or 0x995B2C) is known color: Indochine. HEX triplet: 99, 5B and 2C. RGB value is (153,91,44). Sum of RGB (Red+Green+Blue) = 153+91+44=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #995B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B2C is #66A4D3. Grayscale: #686868. Windows color (decimal): -6726868 or 2907033. OLE color: 2907033.
HSL color Cylindrical-coordinate representation of color #995B2C: hue angle of 25.87º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #995B2C is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 44 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.4 |
| HSL | 25.87º | 0.55% | 0.39% | - |
| HSV(B) | 25.87º | 0.71% | 0.6% | - |
| XYZ | 17.33 | 14.44 | 4.26 | - |
| YUV | 104.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 44 | 0 | 0.41 | 0.71 | 0.4 | 25.87 | 0.55 | 0.39 |
| Hex | 99 | 5B | 2C | 0 | 29 | 47 | 28 | 1A | 37 | 27 |
| Octal | 231 | 133 | 54 | 0 | 51 | 107 | 50 | 32 | 67 | 47 |
| Binary | 10011001 | 1011011 | 101100 | 0 | 101001 | 1000111 | 101000 | 11010 | 110111 | 100111 |
Color Harmonies of #995B2C
Complementary color
Monochromatic Colors of #995B2C
Black with #995B2C
Text Example
Text Example
White with #995B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B2C; }
p { color: rgb(153,91,44); }
H1.HeaderClassName
{
color: #995B2C;
}
.AnyTagClassName
{
color: #995B2C;
}
</style>
background-color css
<style>
a { background-color: #995B2C; }
a { background-color: rgb(153,91,44); }
div.DivClassName
{
background-color: #995B2C;
}
.BgClassName
{
background-color: #995B2C;
}
</style>
border-color css
<style>
span { border-color: #995B2C; }
span { border-color: rgb(153,91,44); }
td.TdClassName
{
border-color: #995B2C;
}
.TagClassName
{
border-color: #995B2C;
}
</style>