Shades of Mai Tai #9C6732
Tints of Mai Tai #9C6732
RGB
CMYK
RGB Variations
Color information
#9C6732 (or 0x9C6732) is known color: Mai Tai. HEX triplet: 9C, 67 and 32. RGB value is (156,103,50). Sum of RGB (Red+Green+Blue) = 156+103+50=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6732 is #6398CD. Grayscale: #717171. Windows color (decimal): -6527182 or 3303324. OLE color: 3303324.
HSL color Cylindrical-coordinate representation of color #9C6732: hue angle of 30º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C6732 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 50 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.39 |
| HSL | 30º | 0.51% | 0.4% | - |
| HSV(B) | 30º | 0.68% | 0.61% | - |
| XYZ | 19.14 | 17 | 5.29 | - |
| YUV | 112.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 50 | 0 | 0.34 | 0.68 | 0.39 | 30 | 0.51 | 0.4 |
| Hex | 9C | 67 | 32 | 0 | 22 | 44 | 27 | 1E | 33 | 28 |
| Octal | 234 | 147 | 62 | 0 | 42 | 104 | 47 | 36 | 63 | 50 |
| Binary | 10011100 | 1100111 | 110010 | 0 | 100010 | 1000100 | 100111 | 11110 | 110011 | 101000 |
Color Harmonies of #9C6732
Complementary color
Monochromatic Colors of #9C6732
Black with #9C6732
Text Example
Text Example
White with #9C6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6732; }
p { color: rgb(156,103,50); }
H1.HeaderClassName
{
color: #9C6732;
}
.AnyTagClassName
{
color: #9C6732;
}
</style>
background-color css
<style>
a { background-color: #9C6732; }
a { background-color: rgb(156,103,50); }
div.DivClassName
{
background-color: #9C6732;
}
.BgClassName
{
background-color: #9C6732;
}
</style>
border-color css
<style>
span { border-color: #9C6732; }
span { border-color: rgb(156,103,50); }
td.TdClassName
{
border-color: #9C6732;
}
.TagClassName
{
border-color: #9C6732;
}
</style>