Shades of Indochine #985C39
Tints of Indochine #985C39
RGB
CMYK
RGB Variations
Color information
#985C39 (or 0x985C39) is known color: Indochine. HEX triplet: 98, 5C and 39. RGB value is (152,92,57). Sum of RGB (Red+Green+Blue) = 152+92+57=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C39 is #67A3C6. Grayscale: #6A6A6A. Windows color (decimal): -6792135 or 3759256. OLE color: 3759256.
HSL color Cylindrical-coordinate representation of color #985C39: hue angle of 22.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985C39 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 57 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.40 |
| HSL | 22.11º | 0.45% | 0.41% | - |
| HSV(B) | 22.11º | 0.63% | 0.6% | - |
| XYZ | 17.51 | 14.63 | 5.77 | - |
| YUV | 105.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 57 | 0 | 0.39 | 0.62 | 0.40 | 22.11 | 0.45 | 0.41 |
| Hex | 98 | 5C | 39 | 0 | 27 | 3E | 28 | 16 | 2D | 29 |
| Octal | 230 | 134 | 71 | 0 | 47 | 76 | 50 | 26 | 55 | 51 |
| Binary | 10011000 | 1011100 | 111001 | 0 | 100111 | 111110 | 101000 | 10110 | 101101 | 101001 |
Color Harmonies of #985C39
Complementary color
Monochromatic Colors of #985C39
Black with #985C39
Text Example
Text Example
White with #985C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C39; }
p { color: rgb(152,92,57); }
H1.HeaderClassName
{
color: #985C39;
}
.AnyTagClassName
{
color: #985C39;
}
</style>
background-color css
<style>
a { background-color: #985C39; }
a { background-color: rgb(152,92,57); }
div.DivClassName
{
background-color: #985C39;
}
.BgClassName
{
background-color: #985C39;
}
</style>
border-color css
<style>
span { border-color: #985C39; }
span { border-color: rgb(152,92,57); }
td.TdClassName
{
border-color: #985C39;
}
.TagClassName
{
border-color: #985C39;
}
</style>