Shades of Mai Tai #9E672F
Tints of Mai Tai #9E672F
RGB
CMYK
RGB Variations
Color information
#9E672F (or 0x9E672F) is known color: Mai Tai. HEX triplet: 9E, 67 and 2F. RGB value is (158,103,47). Sum of RGB (Red+Green+Blue) = 158+103+47=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E672F is #6198D0. Grayscale: #717171. Windows color (decimal): -6396113 or 3106718. OLE color: 3106718.
HSL color Cylindrical-coordinate representation of color #9E672F: hue angle of 30.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E672F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 47 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.38 |
| HSL | 30.27º | 0.54% | 0.4% | - |
| HSV(B) | 30.27º | 0.7% | 0.62% | - |
| XYZ | 19.46 | 17.17 | 4.98 | - |
| YUV | 113.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 47 | 0 | 0.35 | 0.70 | 0.38 | 30.27 | 0.54 | 0.4 |
| Hex | 9E | 67 | 2F | 0 | 23 | 46 | 26 | 1E | 36 | 28 |
| Octal | 236 | 147 | 57 | 0 | 43 | 106 | 46 | 36 | 66 | 50 |
| Binary | 10011110 | 1100111 | 101111 | 0 | 100011 | 1000110 | 100110 | 11110 | 110110 | 101000 |
Color Harmonies of #9E672F
Complementary color
Monochromatic Colors of #9E672F
Black with #9E672F
Text Example
Text Example
White with #9E672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E672F; }
p { color: rgb(158,103,47); }
H1.HeaderClassName
{
color: #9E672F;
}
.AnyTagClassName
{
color: #9E672F;
}
</style>
background-color css
<style>
a { background-color: #9E672F; }
a { background-color: rgb(158,103,47); }
div.DivClassName
{
background-color: #9E672F;
}
.BgClassName
{
background-color: #9E672F;
}
</style>
border-color css
<style>
span { border-color: #9E672F; }
span { border-color: rgb(158,103,47); }
td.TdClassName
{
border-color: #9E672F;
}
.TagClassName
{
border-color: #9E672F;
}
</style>