Shades of Mai Tai #9D6429
Tints of Mai Tai #9D6429
RGB
CMYK
RGB Variations
Color information
#9D6429 (or 0x9D6429) is known color: Mai Tai. HEX triplet: 9D, 64 and 29. RGB value is (157,100,41). Sum of RGB (Red+Green+Blue) = 157+100+41=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6429 is #629BD6. Grayscale: #6E6E6E. Windows color (decimal): -6462423 or 2712733. OLE color: 2712733.
HSL color Cylindrical-coordinate representation of color #9D6429: hue angle of 30.52º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D6429 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 41 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.38 |
| HSL | 30.52º | 0.59% | 0.39% | - |
| HSV(B) | 30.52º | 0.74% | 0.62% | - |
| XYZ | 18.86 | 16.44 | 4.28 | - |
| YUV | 110.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 41 | 0 | 0.36 | 0.74 | 0.38 | 30.52 | 0.59 | 0.39 |
| Hex | 9D | 64 | 29 | 0 | 24 | 4A | 26 | 1F | 3B | 27 |
| Octal | 235 | 144 | 51 | 0 | 44 | 112 | 46 | 37 | 73 | 47 |
| Binary | 10011101 | 1100100 | 101001 | 0 | 100100 | 1001010 | 100110 | 11111 | 111011 | 100111 |
Color Harmonies of #9D6429
Complementary color
Monochromatic Colors of #9D6429
Black with #9D6429
Text Example
Text Example
White with #9D6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6429; }
p { color: rgb(157,100,41); }
H1.HeaderClassName
{
color: #9D6429;
}
.AnyTagClassName
{
color: #9D6429;
}
</style>
background-color css
<style>
a { background-color: #9D6429; }
a { background-color: rgb(157,100,41); }
div.DivClassName
{
background-color: #9D6429;
}
.BgClassName
{
background-color: #9D6429;
}
</style>
border-color css
<style>
span { border-color: #9D6429; }
span { border-color: rgb(157,100,41); }
td.TdClassName
{
border-color: #9D6429;
}
.TagClassName
{
border-color: #9D6429;
}
</style>