Shades of Indochine #985F32
Tints of Indochine #985F32
RGB
CMYK
RGB Variations
Color information
#985F32 (or 0x985F32) is known color: Indochine. HEX triplet: 98, 5F and 32. RGB value is (152,95,50). Sum of RGB (Red+Green+Blue) = 152+95+50=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #985F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F32 is #67A0CD. Grayscale: #6B6B6B. Windows color (decimal): -6791374 or 3301272. OLE color: 3301272.
HSL color Cylindrical-coordinate representation of color #985F32: hue angle of 26.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #985F32 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 50 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.40 |
| HSL | 26.47º | 0.5% | 0.4% | - |
| HSV(B) | 26.47º | 0.67% | 0.6% | - |
| XYZ | 17.62 | 15.09 | 5 | - |
| YUV | 106.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 50 | 0 | 0.38 | 0.67 | 0.40 | 26.47 | 0.5 | 0.4 |
| Hex | 98 | 5F | 32 | 0 | 26 | 43 | 28 | 1A | 32 | 28 |
| Octal | 230 | 137 | 62 | 0 | 46 | 103 | 50 | 32 | 62 | 50 |
| Binary | 10011000 | 1011111 | 110010 | 0 | 100110 | 1000011 | 101000 | 11010 | 110010 | 101000 |
Color Harmonies of #985F32
Complementary color
Monochromatic Colors of #985F32
Black with #985F32
Text Example
Text Example
White with #985F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F32; }
p { color: rgb(152,95,50); }
H1.HeaderClassName
{
color: #985F32;
}
.AnyTagClassName
{
color: #985F32;
}
</style>
background-color css
<style>
a { background-color: #985F32; }
a { background-color: rgb(152,95,50); }
div.DivClassName
{
background-color: #985F32;
}
.BgClassName
{
background-color: #985F32;
}
</style>
border-color css
<style>
span { border-color: #985F32; }
span { border-color: rgb(152,95,50); }
td.TdClassName
{
border-color: #985F32;
}
.TagClassName
{
border-color: #985F32;
}
</style>