Shades of Indochine #9E6033
Tints of Indochine #9E6033
RGB
CMYK
RGB Variations
Color information
#9E6033 (or 0x9E6033) is known color: Indochine. HEX triplet: 9E, 60 and 33. RGB value is (158,96,51). Sum of RGB (Red+Green+Blue) = 158+96+51=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6033 is #619FCC. Grayscale: #6D6D6D. Windows color (decimal): -6397901 or 3367070. OLE color: 3367070.
HSL color Cylindrical-coordinate representation of color #9E6033: hue angle of 25.23º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E6033 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 51 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.38 |
| HSL | 25.23º | 0.51% | 0.41% | - |
| HSV(B) | 25.23º | 0.68% | 0.62% | - |
| XYZ | 18.88 | 15.87 | 5.2 | - |
| YUV | 109.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 51 | 0 | 0.39 | 0.68 | 0.38 | 25.23 | 0.51 | 0.41 |
| Hex | 9E | 60 | 33 | 0 | 27 | 44 | 26 | 19 | 33 | 29 |
| Octal | 236 | 140 | 63 | 0 | 47 | 104 | 46 | 31 | 63 | 51 |
| Binary | 10011110 | 1100000 | 110011 | 0 | 100111 | 1000100 | 100110 | 11001 | 110011 | 101001 |
Color Harmonies of #9E6033
Complementary color
Monochromatic Colors of #9E6033
Black with #9E6033
Text Example
Text Example
White with #9E6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6033; }
p { color: rgb(158,96,51); }
H1.HeaderClassName
{
color: #9E6033;
}
.AnyTagClassName
{
color: #9E6033;
}
</style>
background-color css
<style>
a { background-color: #9E6033; }
a { background-color: rgb(158,96,51); }
div.DivClassName
{
background-color: #9E6033;
}
.BgClassName
{
background-color: #9E6033;
}
</style>
border-color css
<style>
span { border-color: #9E6033; }
span { border-color: rgb(158,96,51); }
td.TdClassName
{
border-color: #9E6033;
}
.TagClassName
{
border-color: #9E6033;
}
</style>