Shades of Indochine #995931
Tints of Indochine #995931
RGB
CMYK
RGB Variations
Color information
#995931 (or 0x995931) is known color: Indochine. HEX triplet: 99, 59 and 31. RGB value is (153,89,49). Sum of RGB (Red+Green+Blue) = 153+89+49=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #995931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995931 is #66A6CE. Grayscale: #676767. Windows color (decimal): -6727375 or 3234201. OLE color: 3234201.
HSL color Cylindrical-coordinate representation of color #995931: hue angle of 23.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #995931 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 49 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.4 |
| HSL | 23.08º | 0.51% | 0.4% | - |
| HSV(B) | 23.08º | 0.68% | 0.6% | - |
| XYZ | 17.26 | 14.14 | 4.72 | - |
| YUV | 103.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 49 | 0 | 0.42 | 0.68 | 0.4 | 23.08 | 0.51 | 0.4 |
| Hex | 99 | 59 | 31 | 0 | 2A | 44 | 28 | 17 | 33 | 28 |
| Octal | 231 | 131 | 61 | 0 | 52 | 104 | 50 | 27 | 63 | 50 |
| Binary | 10011001 | 1011001 | 110001 | 0 | 101010 | 1000100 | 101000 | 10111 | 110011 | 101000 |
Color Harmonies of #995931
Complementary color
Monochromatic Colors of #995931
Black with #995931
Text Example
Text Example
White with #995931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995931; }
p { color: rgb(153,89,49); }
H1.HeaderClassName
{
color: #995931;
}
.AnyTagClassName
{
color: #995931;
}
</style>
background-color css
<style>
a { background-color: #995931; }
a { background-color: rgb(153,89,49); }
div.DivClassName
{
background-color: #995931;
}
.BgClassName
{
background-color: #995931;
}
</style>
border-color css
<style>
span { border-color: #995931; }
span { border-color: rgb(153,89,49); }
td.TdClassName
{
border-color: #995931;
}
.TagClassName
{
border-color: #995931;
}
</style>