Shades of Indochine #996332
Tints of Indochine #996332
RGB
CMYK
RGB Variations
Color information
#996332 (or 0x996332) is known color: Indochine. HEX triplet: 99, 63 and 32. RGB value is (153,99,50). Sum of RGB (Red+Green+Blue) = 153+99+50=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #996332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996332 is #669CCD. Grayscale: #6D6D6D. Windows color (decimal): -6724814 or 3302297. OLE color: 3302297.
HSL color Cylindrical-coordinate representation of color #996332: hue angle of 28.54º degrees, saturation: 0.51, 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 #996332 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 50 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.4 |
| HSL | 28.54º | 0.51% | 0.4% | - |
| HSV(B) | 28.54º | 0.67% | 0.6% | - |
| XYZ | 18.17 | 15.93 | 5.13 | - |
| YUV | 109.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 50 | 0 | 0.35 | 0.67 | 0.4 | 28.54 | 0.51 | 0.4 |
| Hex | 99 | 63 | 32 | 0 | 23 | 43 | 28 | 1D | 33 | 28 |
| Octal | 231 | 143 | 62 | 0 | 43 | 103 | 50 | 35 | 63 | 50 |
| Binary | 10011001 | 1100011 | 110010 | 0 | 100011 | 1000011 | 101000 | 11101 | 110011 | 101000 |
Color Harmonies of #996332
Complementary color
Monochromatic Colors of #996332
Black with #996332
Text Example
Text Example
White with #996332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996332; }
p { color: rgb(153,99,50); }
H1.HeaderClassName
{
color: #996332;
}
.AnyTagClassName
{
color: #996332;
}
</style>
background-color css
<style>
a { background-color: #996332; }
a { background-color: rgb(153,99,50); }
div.DivClassName
{
background-color: #996332;
}
.BgClassName
{
background-color: #996332;
}
</style>
border-color css
<style>
span { border-color: #996332; }
span { border-color: rgb(153,99,50); }
td.TdClassName
{
border-color: #996332;
}
.TagClassName
{
border-color: #996332;
}
</style>