Shades of Indochine #995B2E
Tints of Indochine #995B2E
RGB
CMYK
RGB Variations
Color information
#995B2E (or 0x995B2E) is known color: Indochine. HEX triplet: 99, 5B and 2E. RGB value is (153,91,46). Sum of RGB (Red+Green+Blue) = 153+91+46=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B2E is #66A4D1. Grayscale: #686868. Windows color (decimal): -6726866 or 3038105. OLE color: 3038105.
HSL color Cylindrical-coordinate representation of color #995B2E: hue angle of 25.23º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #995B2E is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 46 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.4 |
| HSL | 25.23º | 0.54% | 0.39% | - |
| HSV(B) | 25.23º | 0.7% | 0.6% | - |
| XYZ | 17.37 | 14.45 | 4.46 | - |
| YUV | 104.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 46 | 0 | 0.41 | 0.70 | 0.4 | 25.23 | 0.54 | 0.39 |
| Hex | 99 | 5B | 2E | 0 | 29 | 46 | 28 | 19 | 36 | 27 |
| Octal | 231 | 133 | 56 | 0 | 51 | 106 | 50 | 31 | 66 | 47 |
| Binary | 10011001 | 1011011 | 101110 | 0 | 101001 | 1000110 | 101000 | 11001 | 110110 | 100111 |
Color Harmonies of #995B2E
Complementary color
Monochromatic Colors of #995B2E
Black with #995B2E
Text Example
Text Example
White with #995B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B2E; }
p { color: rgb(153,91,46); }
H1.HeaderClassName
{
color: #995B2E;
}
.AnyTagClassName
{
color: #995B2E;
}
</style>
background-color css
<style>
a { background-color: #995B2E; }
a { background-color: rgb(153,91,46); }
div.DivClassName
{
background-color: #995B2E;
}
.BgClassName
{
background-color: #995B2E;
}
</style>
border-color css
<style>
span { border-color: #995B2E; }
span { border-color: rgb(153,91,46); }
td.TdClassName
{
border-color: #995B2E;
}
.TagClassName
{
border-color: #995B2E;
}
</style>