Shades of Indochine #995D31
Tints of Indochine #995D31
RGB
CMYK
RGB Variations
Color information
#995D31 (or 0x995D31) is known color: Indochine. HEX triplet: 99, 5D and 31. RGB value is (153,93,49). Sum of RGB (Red+Green+Blue) = 153+93+49=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #995D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D31 is #66A2CE. Grayscale: #6A6A6A. Windows color (decimal): -6726351 or 3235225. OLE color: 3235225.
HSL color Cylindrical-coordinate representation of color #995D31: hue angle of 25.38º 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 #995D31 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 49 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.4 |
| HSL | 25.38º | 0.51% | 0.4% | - |
| HSV(B) | 25.38º | 0.68% | 0.6% | - |
| XYZ | 17.61 | 14.82 | 4.84 | - |
| YUV | 105.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 49 | 0 | 0.39 | 0.68 | 0.4 | 25.38 | 0.51 | 0.4 |
| Hex | 99 | 5D | 31 | 0 | 27 | 44 | 28 | 19 | 33 | 28 |
| Octal | 231 | 135 | 61 | 0 | 47 | 104 | 50 | 31 | 63 | 50 |
| Binary | 10011001 | 1011101 | 110001 | 0 | 100111 | 1000100 | 101000 | 11001 | 110011 | 101000 |
Color Harmonies of #995D31
Complementary color
Monochromatic Colors of #995D31
Black with #995D31
Text Example
Text Example
White with #995D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D31; }
p { color: rgb(153,93,49); }
H1.HeaderClassName
{
color: #995D31;
}
.AnyTagClassName
{
color: #995D31;
}
</style>
background-color css
<style>
a { background-color: #995D31; }
a { background-color: rgb(153,93,49); }
div.DivClassName
{
background-color: #995D31;
}
.BgClassName
{
background-color: #995D31;
}
</style>
border-color css
<style>
span { border-color: #995D31; }
span { border-color: rgb(153,93,49); }
td.TdClassName
{
border-color: #995D31;
}
.TagClassName
{
border-color: #995D31;
}
</style>