Shades of Indochine #985E37
Tints of Indochine #985E37
RGB
CMYK
RGB Variations
Color information
#985E37 (or 0x985E37) is known color: Indochine. HEX triplet: 98, 5E and 37. RGB value is (152,94,55). Sum of RGB (Red+Green+Blue) = 152+94+55=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E37 is #67A1C8. Grayscale: #6B6B6B. Windows color (decimal): -6791625 or 3628696. OLE color: 3628696.
HSL color Cylindrical-coordinate representation of color #985E37: hue angle of 24.12º 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 #985E37 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 55 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.40 |
| HSL | 24.12º | 0.47% | 0.41% | - |
| HSV(B) | 24.12º | 0.64% | 0.6% | - |
| XYZ | 17.64 | 14.96 | 5.57 | - |
| YUV | 106.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 55 | 0 | 0.38 | 0.64 | 0.40 | 24.12 | 0.47 | 0.41 |
| Hex | 98 | 5E | 37 | 0 | 26 | 40 | 28 | 18 | 2F | 29 |
| Octal | 230 | 136 | 67 | 0 | 46 | 100 | 50 | 30 | 57 | 51 |
| Binary | 10011000 | 1011110 | 110111 | 0 | 100110 | 1000000 | 101000 | 11000 | 101111 | 101001 |
Color Harmonies of #985E37
Complementary color
Monochromatic Colors of #985E37
Black with #985E37
Text Example
Text Example
White with #985E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E37; }
p { color: rgb(152,94,55); }
H1.HeaderClassName
{
color: #985E37;
}
.AnyTagClassName
{
color: #985E37;
}
</style>
background-color css
<style>
a { background-color: #985E37; }
a { background-color: rgb(152,94,55); }
div.DivClassName
{
background-color: #985E37;
}
.BgClassName
{
background-color: #985E37;
}
</style>
border-color css
<style>
span { border-color: #985E37; }
span { border-color: rgb(152,94,55); }
td.TdClassName
{
border-color: #985E37;
}
.TagClassName
{
border-color: #985E37;
}
</style>