Shades of Mai Tai #9D6732
Tints of Mai Tai #9D6732
RGB
CMYK
RGB Variations
Color information
#9D6732 (or 0x9D6732) is known color: Mai Tai. HEX triplet: 9D, 67 and 32. RGB value is (157,103,50). Sum of RGB (Red+Green+Blue) = 157+103+50=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6732 is #6298CD. Grayscale: #717171. Windows color (decimal): -6461646 or 3303325. OLE color: 3303325.
HSL color Cylindrical-coordinate representation of color #9D6732: hue angle of 29.72º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D6732 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 50 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.38 |
| HSL | 29.72º | 0.52% | 0.41% | - |
| HSV(B) | 29.72º | 0.68% | 0.62% | - |
| XYZ | 19.33 | 17.1 | 5.3 | - |
| YUV | 113.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 50 | 0 | 0.34 | 0.68 | 0.38 | 29.72 | 0.52 | 0.41 |
| Hex | 9D | 67 | 32 | 0 | 22 | 44 | 26 | 1E | 34 | 29 |
| Octal | 235 | 147 | 62 | 0 | 42 | 104 | 46 | 36 | 64 | 51 |
| Binary | 10011101 | 1100111 | 110010 | 0 | 100010 | 1000100 | 100110 | 11110 | 110100 | 101001 |
Color Harmonies of #9D6732
Complementary color
Monochromatic Colors of #9D6732
Black with #9D6732
Text Example
Text Example
White with #9D6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6732; }
p { color: rgb(157,103,50); }
H1.HeaderClassName
{
color: #9D6732;
}
.AnyTagClassName
{
color: #9D6732;
}
</style>
background-color css
<style>
a { background-color: #9D6732; }
a { background-color: rgb(157,103,50); }
div.DivClassName
{
background-color: #9D6732;
}
.BgClassName
{
background-color: #9D6732;
}
</style>
border-color css
<style>
span { border-color: #9D6732; }
span { border-color: rgb(157,103,50); }
td.TdClassName
{
border-color: #9D6732;
}
.TagClassName
{
border-color: #9D6732;
}
</style>