Shades of Mai Tai #9C6733
Tints of Mai Tai #9C6733
RGB
CMYK
RGB Variations
Color information
#9C6733 (or 0x9C6733) is known color: Mai Tai. HEX triplet: 9C, 67 and 33. RGB value is (156,103,51). Sum of RGB (Red+Green+Blue) = 156+103+51=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6733 is #6398CC. Grayscale: #717171. Windows color (decimal): -6527181 or 3368860. OLE color: 3368860.
HSL color Cylindrical-coordinate representation of color #9C6733: hue angle of 29.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C6733 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 51 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.39 |
| HSL | 29.71º | 0.51% | 0.41% | - |
| HSV(B) | 29.71º | 0.67% | 0.61% | - |
| XYZ | 19.16 | 17.01 | 5.4 | - |
| YUV | 112.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 51 | 0 | 0.34 | 0.67 | 0.39 | 29.71 | 0.51 | 0.41 |
| Hex | 9C | 67 | 33 | 0 | 22 | 43 | 27 | 1E | 33 | 29 |
| Octal | 234 | 147 | 63 | 0 | 42 | 103 | 47 | 36 | 63 | 51 |
| Binary | 10011100 | 1100111 | 110011 | 0 | 100010 | 1000011 | 100111 | 11110 | 110011 | 101001 |
Color Harmonies of #9C6733
Complementary color
Monochromatic Colors of #9C6733
Black with #9C6733
Text Example
Text Example
White with #9C6733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6733; }
p { color: rgb(156,103,51); }
H1.HeaderClassName
{
color: #9C6733;
}
.AnyTagClassName
{
color: #9C6733;
}
</style>
background-color css
<style>
a { background-color: #9C6733; }
a { background-color: rgb(156,103,51); }
div.DivClassName
{
background-color: #9C6733;
}
.BgClassName
{
background-color: #9C6733;
}
</style>
border-color css
<style>
span { border-color: #9C6733; }
span { border-color: rgb(156,103,51); }
td.TdClassName
{
border-color: #9C6733;
}
.TagClassName
{
border-color: #9C6733;
}
</style>