Shades of Mai Tai #9C652F
Tints of Mai Tai #9C652F
RGB
CMYK
RGB Variations
Color information
#9C652F (or 0x9C652F) is known color: Mai Tai. HEX triplet: 9C, 65 and 2F. RGB value is (156,101,47). Sum of RGB (Red+Green+Blue) = 156+101+47=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C652F is #639AD0. Grayscale: #6F6F6F. Windows color (decimal): -6527697 or 3106204. OLE color: 3106204.
HSL color Cylindrical-coordinate representation of color #9C652F: hue angle of 29.72º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C652F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 47 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.39 |
| HSL | 29.72º | 0.54% | 0.4% | - |
| HSV(B) | 29.72º | 0.7% | 0.61% | - |
| XYZ | 18.88 | 16.58 | 4.89 | - |
| YUV | 111.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 47 | 0 | 0.35 | 0.70 | 0.39 | 29.72 | 0.54 | 0.4 |
| Hex | 9C | 65 | 2F | 0 | 23 | 46 | 27 | 1E | 36 | 28 |
| Octal | 234 | 145 | 57 | 0 | 43 | 106 | 47 | 36 | 66 | 50 |
| Binary | 10011100 | 1100101 | 101111 | 0 | 100011 | 1000110 | 100111 | 11110 | 110110 | 101000 |
Color Harmonies of #9C652F
Complementary color
Monochromatic Colors of #9C652F
Black with #9C652F
Text Example
Text Example
White with #9C652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C652F; }
p { color: rgb(156,101,47); }
H1.HeaderClassName
{
color: #9C652F;
}
.AnyTagClassName
{
color: #9C652F;
}
</style>
background-color css
<style>
a { background-color: #9C652F; }
a { background-color: rgb(156,101,47); }
div.DivClassName
{
background-color: #9C652F;
}
.BgClassName
{
background-color: #9C652F;
}
</style>
border-color css
<style>
span { border-color: #9C652F; }
span { border-color: rgb(156,101,47); }
td.TdClassName
{
border-color: #9C652F;
}
.TagClassName
{
border-color: #9C652F;
}
</style>