Shades of Mai Tai #9E6425
Tints of Mai Tai #9E6425
RGB
CMYK
RGB Variations
Color information
#9E6425 (or 0x9E6425) is known color: Mai Tai. HEX triplet: 9E, 64 and 25. RGB value is (158,100,37). Sum of RGB (Red+Green+Blue) = 158+100+37=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6425 is #619BDA. Grayscale: #6E6E6E. Windows color (decimal): -6396891 or 2450590. OLE color: 2450590.
HSL color Cylindrical-coordinate representation of color #9E6425: hue angle of 31.24º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E6425 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 37 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.38 |
| HSL | 31.24º | 0.62% | 0.38% | - |
| HSV(B) | 31.24º | 0.77% | 0.62% | - |
| XYZ | 18.99 | 16.52 | 3.94 | - |
| YUV | 110.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 37 | 0 | 0.37 | 0.77 | 0.38 | 31.24 | 0.62 | 0.38 |
| Hex | 9E | 64 | 25 | 0 | 25 | 4D | 26 | 1F | 3E | 26 |
| Octal | 236 | 144 | 45 | 0 | 45 | 115 | 46 | 37 | 76 | 46 |
| Binary | 10011110 | 1100100 | 100101 | 0 | 100101 | 1001101 | 100110 | 11111 | 111110 | 100110 |
Color Harmonies of #9E6425
Complementary color
Monochromatic Colors of #9E6425
Black with #9E6425
Text Example
Text Example
White with #9E6425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6425; }
p { color: rgb(158,100,37); }
H1.HeaderClassName
{
color: #9E6425;
}
.AnyTagClassName
{
color: #9E6425;
}
</style>
background-color css
<style>
a { background-color: #9E6425; }
a { background-color: rgb(158,100,37); }
div.DivClassName
{
background-color: #9E6425;
}
.BgClassName
{
background-color: #9E6425;
}
</style>
border-color css
<style>
span { border-color: #9E6425; }
span { border-color: rgb(158,100,37); }
td.TdClassName
{
border-color: #9E6425;
}
.TagClassName
{
border-color: #9E6425;
}
</style>