Shades of Indochine #995732
Tints of Indochine #995732
RGB
CMYK
RGB Variations
Color information
#995732 (or 0x995732) is known color: Indochine. HEX triplet: 99, 57 and 32. RGB value is (153,87,50). Sum of RGB (Red+Green+Blue) = 153+87+50=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995732 is #66A8CD. Grayscale: #666666. Windows color (decimal): -6727886 or 3299225. OLE color: 3299225.
HSL color Cylindrical-coordinate representation of color #995732: hue angle of 21.55º 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 #995732 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 50 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.4 |
| HSL | 21.55º | 0.51% | 0.4% | - |
| HSV(B) | 21.55º | 0.67% | 0.6% | - |
| XYZ | 17.12 | 13.82 | 4.78 | - |
| YUV | 102.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 50 | 0 | 0.43 | 0.67 | 0.4 | 21.55 | 0.51 | 0.4 |
| Hex | 99 | 57 | 32 | 0 | 2B | 43 | 28 | 16 | 33 | 28 |
| Octal | 231 | 127 | 62 | 0 | 53 | 103 | 50 | 26 | 63 | 50 |
| Binary | 10011001 | 1010111 | 110010 | 0 | 101011 | 1000011 | 101000 | 10110 | 110011 | 101000 |
Color Harmonies of #995732
Complementary color
Monochromatic Colors of #995732
Black with #995732
Text Example
Text Example
White with #995732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995732; }
p { color: rgb(153,87,50); }
H1.HeaderClassName
{
color: #995732;
}
.AnyTagClassName
{
color: #995732;
}
</style>
background-color css
<style>
a { background-color: #995732; }
a { background-color: rgb(153,87,50); }
div.DivClassName
{
background-color: #995732;
}
.BgClassName
{
background-color: #995732;
}
</style>
border-color css
<style>
span { border-color: #995732; }
span { border-color: rgb(153,87,50); }
td.TdClassName
{
border-color: #995732;
}
.TagClassName
{
border-color: #995732;
}
</style>