Shades of Indochine #9C5935
Tints of Indochine #9C5935
RGB
CMYK
RGB Variations
Color information
#9C5935 (or 0x9C5935) is known color: Indochine. HEX triplet: 9C, 59 and 35. RGB value is (156,89,53). Sum of RGB (Red+Green+Blue) = 156+89+53=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5935 is #63A6CA. Grayscale: #696969. Windows color (decimal): -6530763 or 3496348. OLE color: 3496348.
HSL color Cylindrical-coordinate representation of color #9C5935: hue angle of 20.97º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C5935 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 53 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.39 |
| HSL | 20.97º | 0.49% | 0.41% | - |
| HSV(B) | 20.97º | 0.66% | 0.61% | - |
| XYZ | 17.93 | 14.47 | 5.22 | - |
| YUV | 104.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 53 | 0 | 0.43 | 0.66 | 0.39 | 20.97 | 0.49 | 0.41 |
| Hex | 9C | 59 | 35 | 0 | 2B | 42 | 27 | 15 | 31 | 29 |
| Octal | 234 | 131 | 65 | 0 | 53 | 102 | 47 | 25 | 61 | 51 |
| Binary | 10011100 | 1011001 | 110101 | 0 | 101011 | 1000010 | 100111 | 10101 | 110001 | 101001 |
Color Harmonies of #9C5935
Complementary color
Monochromatic Colors of #9C5935
Black with #9C5935
Text Example
Text Example
White with #9C5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5935; }
p { color: rgb(156,89,53); }
H1.HeaderClassName
{
color: #9C5935;
}
.AnyTagClassName
{
color: #9C5935;
}
</style>
background-color css
<style>
a { background-color: #9C5935; }
a { background-color: rgb(156,89,53); }
div.DivClassName
{
background-color: #9C5935;
}
.BgClassName
{
background-color: #9C5935;
}
</style>
border-color css
<style>
span { border-color: #9C5935; }
span { border-color: rgb(156,89,53); }
td.TdClassName
{
border-color: #9C5935;
}
.TagClassName
{
border-color: #9C5935;
}
</style>