Shades of Mai Tai #986432
Tints of Mai Tai #986432
RGB
CMYK
RGB Variations
Color information
#986432 (or 0x986432) is known color: Mai Tai. HEX triplet: 98, 64 and 32. RGB value is (152,100,50). Sum of RGB (Red+Green+Blue) = 152+100+50=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986432 is #679BCD. Grayscale: #6E6E6E. Windows color (decimal): -6790094 or 3302552. OLE color: 3302552.
HSL color Cylindrical-coordinate representation of color #986432: hue angle of 29.41º 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 #986432 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 50 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.40 |
| HSL | 29.41º | 0.5% | 0.4% | - |
| HSV(B) | 29.41º | 0.67% | 0.6% | - |
| XYZ | 18.08 | 16.02 | 5.16 | - |
| YUV | 109.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 50 | 0 | 0.34 | 0.67 | 0.40 | 29.41 | 0.5 | 0.4 |
| Hex | 98 | 64 | 32 | 0 | 22 | 43 | 28 | 1D | 32 | 28 |
| Octal | 230 | 144 | 62 | 0 | 42 | 103 | 50 | 35 | 62 | 50 |
| Binary | 10011000 | 1100100 | 110010 | 0 | 100010 | 1000011 | 101000 | 11101 | 110010 | 101000 |
Color Harmonies of #986432
Complementary color
Monochromatic Colors of #986432
Black with #986432
Text Example
Text Example
White with #986432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986432; }
p { color: rgb(152,100,50); }
H1.HeaderClassName
{
color: #986432;
}
.AnyTagClassName
{
color: #986432;
}
</style>
background-color css
<style>
a { background-color: #986432; }
a { background-color: rgb(152,100,50); }
div.DivClassName
{
background-color: #986432;
}
.BgClassName
{
background-color: #986432;
}
</style>
border-color css
<style>
span { border-color: #986432; }
span { border-color: rgb(152,100,50); }
td.TdClassName
{
border-color: #986432;
}
.TagClassName
{
border-color: #986432;
}
</style>