Shades of Indochine #986233
Tints of Indochine #986233
RGB
CMYK
RGB Variations
Color information
#986233 (or 0x986233) is known color: Indochine. HEX triplet: 98, 62 and 33. RGB value is (152,98,51). Sum of RGB (Red+Green+Blue) = 152+98+51=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #986233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986233 is #679DCC. Grayscale: #6D6D6D. Windows color (decimal): -6790605 or 3367576. OLE color: 3367576.
HSL color Cylindrical-coordinate representation of color #986233: hue angle of 27.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #986233 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 51 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.40 |
| HSL | 27.92º | 0.5% | 0.4% | - |
| HSV(B) | 27.92º | 0.66% | 0.6% | - |
| XYZ | 17.91 | 15.65 | 5.21 | - |
| YUV | 108.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 51 | 0 | 0.36 | 0.66 | 0.40 | 27.92 | 0.5 | 0.4 |
| Hex | 98 | 62 | 33 | 0 | 24 | 42 | 28 | 1C | 32 | 28 |
| Octal | 230 | 142 | 63 | 0 | 44 | 102 | 50 | 34 | 62 | 50 |
| Binary | 10011000 | 1100010 | 110011 | 0 | 100100 | 1000010 | 101000 | 11100 | 110010 | 101000 |
Color Harmonies of #986233
Complementary color
Monochromatic Colors of #986233
Black with #986233
Text Example
Text Example
White with #986233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986233; }
p { color: rgb(152,98,51); }
H1.HeaderClassName
{
color: #986233;
}
.AnyTagClassName
{
color: #986233;
}
</style>
background-color css
<style>
a { background-color: #986233; }
a { background-color: rgb(152,98,51); }
div.DivClassName
{
background-color: #986233;
}
.BgClassName
{
background-color: #986233;
}
</style>
border-color css
<style>
span { border-color: #986233; }
span { border-color: rgb(152,98,51); }
td.TdClassName
{
border-color: #986233;
}
.TagClassName
{
border-color: #986233;
}
</style>