Shades of Indochine #9C6233
Tints of Indochine #9C6233
RGB
CMYK
RGB Variations
Color information
#9C6233 (or 0x9C6233) is known color: Indochine. HEX triplet: 9C, 62 and 33. RGB value is (156,98,51). Sum of RGB (Red+Green+Blue) = 156+98+51=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6233 is #639DCC. Grayscale: #6E6E6E. Windows color (decimal): -6528461 or 3367580. OLE color: 3367580.
HSL color Cylindrical-coordinate representation of color #9C6233: hue angle of 26.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C6233 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 51 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.39 |
| HSL | 26.86º | 0.51% | 0.41% | - |
| HSV(B) | 26.86º | 0.67% | 0.61% | - |
| XYZ | 18.68 | 16.04 | 5.24 | - |
| YUV | 109.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 51 | 0 | 0.37 | 0.67 | 0.39 | 26.86 | 0.51 | 0.41 |
| Hex | 9C | 62 | 33 | 0 | 25 | 43 | 27 | 1B | 33 | 29 |
| Octal | 234 | 142 | 63 | 0 | 45 | 103 | 47 | 33 | 63 | 51 |
| Binary | 10011100 | 1100010 | 110011 | 0 | 100101 | 1000011 | 100111 | 11011 | 110011 | 101001 |
Color Harmonies of #9C6233
Complementary color
Monochromatic Colors of #9C6233
Black with #9C6233
Text Example
Text Example
White with #9C6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6233; }
p { color: rgb(156,98,51); }
H1.HeaderClassName
{
color: #9C6233;
}
.AnyTagClassName
{
color: #9C6233;
}
</style>
background-color css
<style>
a { background-color: #9C6233; }
a { background-color: rgb(156,98,51); }
div.DivClassName
{
background-color: #9C6233;
}
.BgClassName
{
background-color: #9C6233;
}
</style>
border-color css
<style>
span { border-color: #9C6233; }
span { border-color: rgb(156,98,51); }
td.TdClassName
{
border-color: #9C6233;
}
.TagClassName
{
border-color: #9C6233;
}
</style>