Shades of Indochine #986239
Tints of Indochine #986239
RGB
CMYK
RGB Variations
Color information
#986239 (or 0x986239) is known color: Indochine. HEX triplet: 98, 62 and 39. RGB value is (152,98,57). Sum of RGB (Red+Green+Blue) = 152+98+57=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #986239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986239 is #679DC6. Grayscale: #6D6D6D. Windows color (decimal): -6790599 or 3760792. OLE color: 3760792.
HSL color Cylindrical-coordinate representation of color #986239: hue angle of 25.89º 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 #986239 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 57 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.40 |
| HSL | 25.89º | 0.45% | 0.41% | - |
| HSV(B) | 25.89º | 0.63% | 0.6% | - |
| XYZ | 18.06 | 15.71 | 5.95 | - |
| YUV | 109.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 57 | 0 | 0.36 | 0.62 | 0.40 | 25.89 | 0.45 | 0.41 |
| Hex | 98 | 62 | 39 | 0 | 24 | 3E | 28 | 1A | 2D | 29 |
| Octal | 230 | 142 | 71 | 0 | 44 | 76 | 50 | 32 | 55 | 51 |
| Binary | 10011000 | 1100010 | 111001 | 0 | 100100 | 111110 | 101000 | 11010 | 101101 | 101001 |
Color Harmonies of #986239
Complementary color
Monochromatic Colors of #986239
Black with #986239
Text Example
Text Example
White with #986239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986239; }
p { color: rgb(152,98,57); }
H1.HeaderClassName
{
color: #986239;
}
.AnyTagClassName
{
color: #986239;
}
</style>
background-color css
<style>
a { background-color: #986239; }
a { background-color: rgb(152,98,57); }
div.DivClassName
{
background-color: #986239;
}
.BgClassName
{
background-color: #986239;
}
</style>
border-color css
<style>
span { border-color: #986239; }
span { border-color: rgb(152,98,57); }
td.TdClassName
{
border-color: #986239;
}
.TagClassName
{
border-color: #986239;
}
</style>