Shades of Indochine #995D37
Tints of Indochine #995D37
RGB
CMYK
RGB Variations
Color information
#995D37 (or 0x995D37) is known color: Indochine. HEX triplet: 99, 5D and 37. RGB value is (153,93,55). Sum of RGB (Red+Green+Blue) = 153+93+55=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D37 is #66A2C8. Grayscale: #6A6A6A. Windows color (decimal): -6726345 or 3628441. OLE color: 3628441.
HSL color Cylindrical-coordinate representation of color #995D37: hue angle of 23.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995D37 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 55 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.4 |
| HSL | 23.27º | 0.47% | 0.41% | - |
| HSV(B) | 23.27º | 0.64% | 0.6% | - |
| XYZ | 17.74 | 14.88 | 5.55 | - |
| YUV | 106.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 55 | 0 | 0.39 | 0.64 | 0.4 | 23.27 | 0.47 | 0.41 |
| Hex | 99 | 5D | 37 | 0 | 27 | 40 | 28 | 17 | 2F | 29 |
| Octal | 231 | 135 | 67 | 0 | 47 | 100 | 50 | 27 | 57 | 51 |
| Binary | 10011001 | 1011101 | 110111 | 0 | 100111 | 1000000 | 101000 | 10111 | 101111 | 101001 |
Color Harmonies of #995D37
Complementary color
Monochromatic Colors of #995D37
Black with #995D37
Text Example
Text Example
White with #995D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D37; }
p { color: rgb(153,93,55); }
H1.HeaderClassName
{
color: #995D37;
}
.AnyTagClassName
{
color: #995D37;
}
</style>
background-color css
<style>
a { background-color: #995D37; }
a { background-color: rgb(153,93,55); }
div.DivClassName
{
background-color: #995D37;
}
.BgClassName
{
background-color: #995D37;
}
</style>
border-color css
<style>
span { border-color: #995D37; }
span { border-color: rgb(153,93,55); }
td.TdClassName
{
border-color: #995D37;
}
.TagClassName
{
border-color: #995D37;
}
</style>