Shades of Indochine #9C6032
Tints of Indochine #9C6032
RGB
CMYK
RGB Variations
Color information
#9C6032 (or 0x9C6032) is known color: Indochine. HEX triplet: 9C, 60 and 32. RGB value is (156,96,50). Sum of RGB (Red+Green+Blue) = 156+96+50=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6032 is #639FCD. Grayscale: #6C6C6C. Windows color (decimal): -6528974 or 3301532. OLE color: 3301532.
HSL color Cylindrical-coordinate representation of color #9C6032: hue angle of 26.04º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C6032 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 50 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.39 |
| HSL | 26.04º | 0.51% | 0.4% | - |
| HSV(B) | 26.04º | 0.68% | 0.61% | - |
| XYZ | 18.47 | 15.66 | 5.07 | - |
| YUV | 108.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 50 | 0 | 0.38 | 0.68 | 0.39 | 26.04 | 0.51 | 0.4 |
| Hex | 9C | 60 | 32 | 0 | 26 | 44 | 27 | 1A | 33 | 28 |
| Octal | 234 | 140 | 62 | 0 | 46 | 104 | 47 | 32 | 63 | 50 |
| Binary | 10011100 | 1100000 | 110010 | 0 | 100110 | 1000100 | 100111 | 11010 | 110011 | 101000 |
Color Harmonies of #9C6032
Complementary color
Monochromatic Colors of #9C6032
Black with #9C6032
Text Example
Text Example
White with #9C6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6032; }
p { color: rgb(156,96,50); }
H1.HeaderClassName
{
color: #9C6032;
}
.AnyTagClassName
{
color: #9C6032;
}
</style>
background-color css
<style>
a { background-color: #9C6032; }
a { background-color: rgb(156,96,50); }
div.DivClassName
{
background-color: #9C6032;
}
.BgClassName
{
background-color: #9C6032;
}
</style>
border-color css
<style>
span { border-color: #9C6032; }
span { border-color: rgb(156,96,50); }
td.TdClassName
{
border-color: #9C6032;
}
.TagClassName
{
border-color: #9C6032;
}
</style>