Shades of Indochine #9C6136
Tints of Indochine #9C6136
RGB
CMYK
RGB Variations
Color information
#9C6136 (or 0x9C6136) is known color: Indochine. HEX triplet: 9C, 61 and 36. RGB value is (156,97,54). Sum of RGB (Red+Green+Blue) = 156+97+54=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6136 is #639EC9. Grayscale: #6D6D6D. Windows color (decimal): -6528714 or 3563932. OLE color: 3563932.
HSL color Cylindrical-coordinate representation of color #9C6136: hue angle of 25.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C6136 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 54 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.39 |
| HSL | 25.29º | 0.49% | 0.41% | - |
| HSV(B) | 25.29º | 0.65% | 0.61% | - |
| XYZ | 18.65 | 15.88 | 5.57 | - |
| YUV | 109.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 54 | 0 | 0.38 | 0.65 | 0.39 | 25.29 | 0.49 | 0.41 |
| Hex | 9C | 61 | 36 | 0 | 26 | 41 | 27 | 19 | 31 | 29 |
| Octal | 234 | 141 | 66 | 0 | 46 | 101 | 47 | 31 | 61 | 51 |
| Binary | 10011100 | 1100001 | 110110 | 0 | 100110 | 1000001 | 100111 | 11001 | 110001 | 101001 |
Color Harmonies of #9C6136
Complementary color
Monochromatic Colors of #9C6136
Black with #9C6136
Text Example
Text Example
White with #9C6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6136; }
p { color: rgb(156,97,54); }
H1.HeaderClassName
{
color: #9C6136;
}
.AnyTagClassName
{
color: #9C6136;
}
</style>
background-color css
<style>
a { background-color: #9C6136; }
a { background-color: rgb(156,97,54); }
div.DivClassName
{
background-color: #9C6136;
}
.BgClassName
{
background-color: #9C6136;
}
</style>
border-color css
<style>
span { border-color: #9C6136; }
span { border-color: rgb(156,97,54); }
td.TdClassName
{
border-color: #9C6136;
}
.TagClassName
{
border-color: #9C6136;
}
</style>