Shades of Indochine #995C31
Tints of Indochine #995C31
RGB
CMYK
RGB Variations
Color information
#995C31 (or 0x995C31) is known color: Indochine. HEX triplet: 99, 5C and 31. RGB value is (153,92,49). Sum of RGB (Red+Green+Blue) = 153+92+49=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #995C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C31 is #66A3CE. Grayscale: #696969. Windows color (decimal): -6726607 or 3234969. OLE color: 3234969.
HSL color Cylindrical-coordinate representation of color #995C31: hue angle of 24.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #995C31 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 49 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.4 |
| HSL | 24.81º | 0.51% | 0.4% | - |
| HSV(B) | 24.81º | 0.68% | 0.6% | - |
| XYZ | 17.52 | 14.65 | 4.81 | - |
| YUV | 105.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 49 | 0 | 0.40 | 0.68 | 0.4 | 24.81 | 0.51 | 0.4 |
| Hex | 99 | 5C | 31 | 0 | 28 | 44 | 28 | 19 | 33 | 28 |
| Octal | 231 | 134 | 61 | 0 | 50 | 104 | 50 | 31 | 63 | 50 |
| Binary | 10011001 | 1011100 | 110001 | 0 | 101000 | 1000100 | 101000 | 11001 | 110011 | 101000 |
Color Harmonies of #995C31
Complementary color
Monochromatic Colors of #995C31
Black with #995C31
Text Example
Text Example
White with #995C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C31; }
p { color: rgb(153,92,49); }
H1.HeaderClassName
{
color: #995C31;
}
.AnyTagClassName
{
color: #995C31;
}
</style>
background-color css
<style>
a { background-color: #995C31; }
a { background-color: rgb(153,92,49); }
div.DivClassName
{
background-color: #995C31;
}
.BgClassName
{
background-color: #995C31;
}
</style>
border-color css
<style>
span { border-color: #995C31; }
span { border-color: rgb(153,92,49); }
td.TdClassName
{
border-color: #995C31;
}
.TagClassName
{
border-color: #995C31;
}
</style>