Shades of Indochine #996036
Tints of Indochine #996036
RGB
CMYK
RGB Variations
Color information
#996036 (or 0x996036) is known color: Indochine. HEX triplet: 99, 60 and 36. RGB value is (153,96,54). Sum of RGB (Red+Green+Blue) = 153+96+54=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996036 is #669FC9. Grayscale: #6C6C6C. Windows color (decimal): -6725578 or 3563673. OLE color: 3563673.
HSL color Cylindrical-coordinate representation of color #996036: hue angle of 25.45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996036 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 54 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.4 |
| HSL | 25.45º | 0.48% | 0.41% | - |
| HSV(B) | 25.45º | 0.65% | 0.6% | - |
| XYZ | 17.99 | 15.4 | 5.52 | - |
| YUV | 108.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 54 | 0 | 0.37 | 0.65 | 0.4 | 25.45 | 0.48 | 0.41 |
| Hex | 99 | 60 | 36 | 0 | 25 | 41 | 28 | 19 | 30 | 29 |
| Octal | 231 | 140 | 66 | 0 | 45 | 101 | 50 | 31 | 60 | 51 |
| Binary | 10011001 | 1100000 | 110110 | 0 | 100101 | 1000001 | 101000 | 11001 | 110000 | 101001 |
Color Harmonies of #996036
Complementary color
Monochromatic Colors of #996036
Black with #996036
Text Example
Text Example
White with #996036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996036; }
p { color: rgb(153,96,54); }
H1.HeaderClassName
{
color: #996036;
}
.AnyTagClassName
{
color: #996036;
}
</style>
background-color css
<style>
a { background-color: #996036; }
a { background-color: rgb(153,96,54); }
div.DivClassName
{
background-color: #996036;
}
.BgClassName
{
background-color: #996036;
}
</style>
border-color css
<style>
span { border-color: #996036; }
span { border-color: rgb(153,96,54); }
td.TdClassName
{
border-color: #996036;
}
.TagClassName
{
border-color: #996036;
}
</style>