Shades of Mai Tai #9C6432
Tints of Mai Tai #9C6432
RGB
CMYK
RGB Variations
Color information
#9C6432 (or 0x9C6432) is known color: Mai Tai. HEX triplet: 9C, 64 and 32. RGB value is (156,100,50). Sum of RGB (Red+Green+Blue) = 156+100+50=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6432 is #639BCD. Grayscale: #6F6F6F. Windows color (decimal): -6527950 or 3302556. OLE color: 3302556.
HSL color Cylindrical-coordinate representation of color #9C6432: hue angle of 28.3º 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 #9C6432 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 50 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.39 |
| HSL | 28.3º | 0.51% | 0.4% | - |
| HSV(B) | 28.3º | 0.68% | 0.61% | - |
| XYZ | 18.84 | 16.41 | 5.19 | - |
| YUV | 111.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 50 | 0 | 0.36 | 0.68 | 0.39 | 28.3 | 0.51 | 0.4 |
| Hex | 9C | 64 | 32 | 0 | 24 | 44 | 27 | 1C | 33 | 28 |
| Octal | 234 | 144 | 62 | 0 | 44 | 104 | 47 | 34 | 63 | 50 |
| Binary | 10011100 | 1100100 | 110010 | 0 | 100100 | 1000100 | 100111 | 11100 | 110011 | 101000 |
Color Harmonies of #9C6432
Complementary color
Monochromatic Colors of #9C6432
Black with #9C6432
Text Example
Text Example
White with #9C6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6432; }
p { color: rgb(156,100,50); }
H1.HeaderClassName
{
color: #9C6432;
}
.AnyTagClassName
{
color: #9C6432;
}
</style>
background-color css
<style>
a { background-color: #9C6432; }
a { background-color: rgb(156,100,50); }
div.DivClassName
{
background-color: #9C6432;
}
.BgClassName
{
background-color: #9C6432;
}
</style>
border-color css
<style>
span { border-color: #9C6432; }
span { border-color: rgb(156,100,50); }
td.TdClassName
{
border-color: #9C6432;
}
.TagClassName
{
border-color: #9C6432;
}
</style>