Shades of Indochine #995C37
Tints of Indochine #995C37
RGB
CMYK
RGB Variations
Color information
#995C37 (or 0x995C37) is known color: Indochine. HEX triplet: 99, 5C and 37. RGB value is (153,92,55). Sum of RGB (Red+Green+Blue) = 153+92+55=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C37 is #66A3C8. Grayscale: #6A6A6A. Windows color (decimal): -6726601 or 3628185. OLE color: 3628185.
HSL color Cylindrical-coordinate representation of color #995C37: hue angle of 22.65º 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 #995C37 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 55 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.4 |
| HSL | 22.65º | 0.47% | 0.41% | - |
| HSV(B) | 22.65º | 0.64% | 0.6% | - |
| XYZ | 17.65 | 14.7 | 5.52 | - |
| YUV | 106.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 55 | 0 | 0.40 | 0.64 | 0.4 | 22.65 | 0.47 | 0.41 |
| Hex | 99 | 5C | 37 | 0 | 28 | 40 | 28 | 17 | 2F | 29 |
| Octal | 231 | 134 | 67 | 0 | 50 | 100 | 50 | 27 | 57 | 51 |
| Binary | 10011001 | 1011100 | 110111 | 0 | 101000 | 1000000 | 101000 | 10111 | 101111 | 101001 |
Color Harmonies of #995C37
Complementary color
Monochromatic Colors of #995C37
Black with #995C37
Text Example
Text Example
White with #995C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C37; }
p { color: rgb(153,92,55); }
H1.HeaderClassName
{
color: #995C37;
}
.AnyTagClassName
{
color: #995C37;
}
</style>
background-color css
<style>
a { background-color: #995C37; }
a { background-color: rgb(153,92,55); }
div.DivClassName
{
background-color: #995C37;
}
.BgClassName
{
background-color: #995C37;
}
</style>
border-color css
<style>
span { border-color: #995C37; }
span { border-color: rgb(153,92,55); }
td.TdClassName
{
border-color: #995C37;
}
.TagClassName
{
border-color: #995C37;
}
</style>