Shades of Indochine #995D2C
Tints of Indochine #995D2C
RGB
CMYK
RGB Variations
Color information
#995D2C (or 0x995D2C) is known color: Indochine. HEX triplet: 99, 5D and 2C. RGB value is (153,93,44). Sum of RGB (Red+Green+Blue) = 153+93+44=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D2C is #66A2D3. Grayscale: #696969. Windows color (decimal): -6726356 or 2907545. OLE color: 2907545.
HSL color Cylindrical-coordinate representation of color #995D2C: hue angle of 26.97º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #995D2C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 44 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.4 |
| HSL | 26.97º | 0.55% | 0.39% | - |
| HSV(B) | 26.97º | 0.71% | 0.6% | - |
| XYZ | 17.51 | 14.78 | 4.31 | - |
| YUV | 105.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 44 | 0 | 0.39 | 0.71 | 0.4 | 26.97 | 0.55 | 0.39 |
| Hex | 99 | 5D | 2C | 0 | 27 | 47 | 28 | 1B | 37 | 27 |
| Octal | 231 | 135 | 54 | 0 | 47 | 107 | 50 | 33 | 67 | 47 |
| Binary | 10011001 | 1011101 | 101100 | 0 | 100111 | 1000111 | 101000 | 11011 | 110111 | 100111 |
Color Harmonies of #995D2C
Complementary color
Monochromatic Colors of #995D2C
Black with #995D2C
Text Example
Text Example
White with #995D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D2C; }
p { color: rgb(153,93,44); }
H1.HeaderClassName
{
color: #995D2C;
}
.AnyTagClassName
{
color: #995D2C;
}
</style>
background-color css
<style>
a { background-color: #995D2C; }
a { background-color: rgb(153,93,44); }
div.DivClassName
{
background-color: #995D2C;
}
.BgClassName
{
background-color: #995D2C;
}
</style>
border-color css
<style>
span { border-color: #995D2C; }
span { border-color: rgb(153,93,44); }
td.TdClassName
{
border-color: #995D2C;
}
.TagClassName
{
border-color: #995D2C;
}
</style>