Shades of Indochine #996333
Tints of Indochine #996333
RGB
CMYK
RGB Variations
Color information
#996333 (or 0x996333) is known color: Indochine. HEX triplet: 99, 63 and 33. RGB value is (153,99,51). Sum of RGB (Red+Green+Blue) = 153+99+51=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996333 is #669CCC. Grayscale: #6D6D6D. Windows color (decimal): -6724813 or 3367833. OLE color: 3367833.
HSL color Cylindrical-coordinate representation of color #996333: hue angle of 28.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #996333 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 51 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.4 |
| HSL | 28.24º | 0.5% | 0.4% | - |
| HSV(B) | 28.24º | 0.67% | 0.6% | - |
| XYZ | 18.2 | 15.94 | 5.25 | - |
| YUV | 109.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 51 | 0 | 0.35 | 0.67 | 0.4 | 28.24 | 0.5 | 0.4 |
| Hex | 99 | 63 | 33 | 0 | 23 | 43 | 28 | 1C | 32 | 28 |
| Octal | 231 | 143 | 63 | 0 | 43 | 103 | 50 | 34 | 62 | 50 |
| Binary | 10011001 | 1100011 | 110011 | 0 | 100011 | 1000011 | 101000 | 11100 | 110010 | 101000 |
Color Harmonies of #996333
Complementary color
Monochromatic Colors of #996333
Black with #996333
Text Example
Text Example
White with #996333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996333; }
p { color: rgb(153,99,51); }
H1.HeaderClassName
{
color: #996333;
}
.AnyTagClassName
{
color: #996333;
}
</style>
background-color css
<style>
a { background-color: #996333; }
a { background-color: rgb(153,99,51); }
div.DivClassName
{
background-color: #996333;
}
.BgClassName
{
background-color: #996333;
}
</style>
border-color css
<style>
span { border-color: #996333; }
span { border-color: rgb(153,99,51); }
td.TdClassName
{
border-color: #996333;
}
.TagClassName
{
border-color: #996333;
}
</style>