Shades of Indochine #985B2E
Tints of Indochine #985B2E
RGB
CMYK
RGB Variations
Color information
#985B2E (or 0x985B2E) is known color: Indochine. HEX triplet: 98, 5B and 2E. RGB value is (152,91,46). Sum of RGB (Red+Green+Blue) = 152+91+46=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B2E is #67A4D1. Grayscale: #686868. Windows color (decimal): -6792402 or 3038104. OLE color: 3038104.
HSL color Cylindrical-coordinate representation of color #985B2E: hue angle of 25.47º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #985B2E is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 46 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.40 |
| HSL | 25.47º | 0.54% | 0.39% | - |
| HSV(B) | 25.47º | 0.7% | 0.6% | - |
| XYZ | 17.18 | 14.35 | 4.45 | - |
| YUV | 104.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 46 | 0 | 0.40 | 0.70 | 0.40 | 25.47 | 0.54 | 0.39 |
| Hex | 98 | 5B | 2E | 0 | 28 | 46 | 28 | 19 | 36 | 27 |
| Octal | 230 | 133 | 56 | 0 | 50 | 106 | 50 | 31 | 66 | 47 |
| Binary | 10011000 | 1011011 | 101110 | 0 | 101000 | 1000110 | 101000 | 11001 | 110110 | 100111 |
Color Harmonies of #985B2E
Complementary color
Monochromatic Colors of #985B2E
Black with #985B2E
Text Example
Text Example
White with #985B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B2E; }
p { color: rgb(152,91,46); }
H1.HeaderClassName
{
color: #985B2E;
}
.AnyTagClassName
{
color: #985B2E;
}
</style>
background-color css
<style>
a { background-color: #985B2E; }
a { background-color: rgb(152,91,46); }
div.DivClassName
{
background-color: #985B2E;
}
.BgClassName
{
background-color: #985B2E;
}
</style>
border-color css
<style>
span { border-color: #985B2E; }
span { border-color: rgb(152,91,46); }
td.TdClassName
{
border-color: #985B2E;
}
.TagClassName
{
border-color: #985B2E;
}
</style>