Shades of Mai Tai #9C662C
Tints of Mai Tai #9C662C
RGB
CMYK
RGB Variations
Color information
#9C662C (or 0x9C662C) is known color: Mai Tai. HEX triplet: 9C, 66 and 2C. RGB value is (156,102,44). Sum of RGB (Red+Green+Blue) = 156+102+44=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C662C is #6399D3. Grayscale: #6F6F6F. Windows color (decimal): -6527444 or 2909852. OLE color: 2909852.
HSL color Cylindrical-coordinate representation of color #9C662C: hue angle of 31.07º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C662C is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 44 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.39 |
| HSL | 31.07º | 0.56% | 0.39% | - |
| HSV(B) | 31.07º | 0.72% | 0.61% | - |
| XYZ | 18.92 | 16.75 | 4.62 | - |
| YUV | 111.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 44 | 0 | 0.35 | 0.72 | 0.39 | 31.07 | 0.56 | 0.39 |
| Hex | 9C | 66 | 2C | 0 | 23 | 48 | 27 | 1F | 38 | 27 |
| Octal | 234 | 146 | 54 | 0 | 43 | 110 | 47 | 37 | 70 | 47 |
| Binary | 10011100 | 1100110 | 101100 | 0 | 100011 | 1001000 | 100111 | 11111 | 111000 | 100111 |
Color Harmonies of #9C662C
Complementary color
Monochromatic Colors of #9C662C
Black with #9C662C
Text Example
Text Example
White with #9C662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C662C; }
p { color: rgb(156,102,44); }
H1.HeaderClassName
{
color: #9C662C;
}
.AnyTagClassName
{
color: #9C662C;
}
</style>
background-color css
<style>
a { background-color: #9C662C; }
a { background-color: rgb(156,102,44); }
div.DivClassName
{
background-color: #9C662C;
}
.BgClassName
{
background-color: #9C662C;
}
</style>
border-color css
<style>
span { border-color: #9C662C; }
span { border-color: rgb(156,102,44); }
td.TdClassName
{
border-color: #9C662C;
}
.TagClassName
{
border-color: #9C662C;
}
</style>