Shades of Indochine #986232
Tints of Indochine #986232
RGB
CMYK
RGB Variations
Color information
#986232 (or 0x986232) is known color: Indochine. HEX triplet: 98, 62 and 32. RGB value is (152,98,50). Sum of RGB (Red+Green+Blue) = 152+98+50=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #986232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986232 is #679DCD. Grayscale: #6C6C6C. Windows color (decimal): -6790606 or 3302040. OLE color: 3302040.
HSL color Cylindrical-coordinate representation of color #986232: hue angle of 28.24º 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 #986232 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 50 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.40 |
| HSL | 28.24º | 0.5% | 0.4% | - |
| HSV(B) | 28.24º | 0.67% | 0.6% | - |
| XYZ | 17.89 | 15.64 | 5.09 | - |
| YUV | 108.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 50 | 0 | 0.36 | 0.67 | 0.40 | 28.24 | 0.5 | 0.4 |
| Hex | 98 | 62 | 32 | 0 | 24 | 43 | 28 | 1C | 32 | 28 |
| Octal | 230 | 142 | 62 | 0 | 44 | 103 | 50 | 34 | 62 | 50 |
| Binary | 10011000 | 1100010 | 110010 | 0 | 100100 | 1000011 | 101000 | 11100 | 110010 | 101000 |
Color Harmonies of #986232
Complementary color
Monochromatic Colors of #986232
Black with #986232
Text Example
Text Example
White with #986232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986232; }
p { color: rgb(152,98,50); }
H1.HeaderClassName
{
color: #986232;
}
.AnyTagClassName
{
color: #986232;
}
</style>
background-color css
<style>
a { background-color: #986232; }
a { background-color: rgb(152,98,50); }
div.DivClassName
{
background-color: #986232;
}
.BgClassName
{
background-color: #986232;
}
</style>
border-color css
<style>
span { border-color: #986232; }
span { border-color: rgb(152,98,50); }
td.TdClassName
{
border-color: #986232;
}
.TagClassName
{
border-color: #986232;
}
</style>