Shades of Mai Tai #9C662F
Tints of Mai Tai #9C662F
RGB
CMYK
RGB Variations
Color information
#9C662F (or 0x9C662F) is known color: Mai Tai. HEX triplet: 9C, 66 and 2F. RGB value is (156,102,47). Sum of RGB (Red+Green+Blue) = 156+102+47=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C662F is #6399D0. Grayscale: #707070. Windows color (decimal): -6527441 or 3106460. OLE color: 3106460.
HSL color Cylindrical-coordinate representation of color #9C662F: hue angle of 30.28º 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 #9C662F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 47 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.39 |
| HSL | 30.28º | 0.54% | 0.4% | - |
| HSV(B) | 30.28º | 0.7% | 0.61% | - |
| XYZ | 18.97 | 16.78 | 4.93 | - |
| YUV | 111.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 47 | 0 | 0.35 | 0.70 | 0.39 | 30.28 | 0.54 | 0.4 |
| Hex | 9C | 66 | 2F | 0 | 23 | 46 | 27 | 1E | 36 | 28 |
| Octal | 234 | 146 | 57 | 0 | 43 | 106 | 47 | 36 | 66 | 50 |
| Binary | 10011100 | 1100110 | 101111 | 0 | 100011 | 1000110 | 100111 | 11110 | 110110 | 101000 |
Color Harmonies of #9C662F
Complementary color
Monochromatic Colors of #9C662F
Black with #9C662F
Text Example
Text Example
White with #9C662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C662F; }
p { color: rgb(156,102,47); }
H1.HeaderClassName
{
color: #9C662F;
}
.AnyTagClassName
{
color: #9C662F;
}
</style>
background-color css
<style>
a { background-color: #9C662F; }
a { background-color: rgb(156,102,47); }
div.DivClassName
{
background-color: #9C662F;
}
.BgClassName
{
background-color: #9C662F;
}
</style>
border-color css
<style>
span { border-color: #9C662F; }
span { border-color: rgb(156,102,47); }
td.TdClassName
{
border-color: #9C662F;
}
.TagClassName
{
border-color: #9C662F;
}
</style>