Shades of Mai Tai #9C6638
Tints of Mai Tai #9C6638
RGB
CMYK
RGB Variations
Color information
#9C6638 (or 0x9C6638) is known color: Mai Tai. HEX triplet: 9C, 66 and 38. RGB value is (156,102,56). Sum of RGB (Red+Green+Blue) = 156+102+56=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6638 is #6399C7. Grayscale: #717171. Windows color (decimal): -6527432 or 3696284. OLE color: 3696284.
HSL color Cylindrical-coordinate representation of color #9C6638: hue angle of 27.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C6638 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 56 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.39 |
| HSL | 27.6º | 0.47% | 0.42% | - |
| HSV(B) | 27.6º | 0.64% | 0.61% | - |
| XYZ | 19.18 | 16.86 | 5.98 | - |
| YUV | 112.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 56 | 0 | 0.35 | 0.64 | 0.39 | 27.6 | 0.47 | 0.42 |
| Hex | 9C | 66 | 38 | 0 | 23 | 40 | 27 | 1C | 2F | 2A |
| Octal | 234 | 146 | 70 | 0 | 43 | 100 | 47 | 34 | 57 | 52 |
| Binary | 10011100 | 1100110 | 111000 | 0 | 100011 | 1000000 | 100111 | 11100 | 101111 | 101010 |
Color Harmonies of #9C6638
Complementary color
Monochromatic Colors of #9C6638
Black with #9C6638
Text Example
Text Example
White with #9C6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6638; }
p { color: rgb(156,102,56); }
H1.HeaderClassName
{
color: #9C6638;
}
.AnyTagClassName
{
color: #9C6638;
}
</style>
background-color css
<style>
a { background-color: #9C6638; }
a { background-color: rgb(156,102,56); }
div.DivClassName
{
background-color: #9C6638;
}
.BgClassName
{
background-color: #9C6638;
}
</style>
border-color css
<style>
span { border-color: #9C6638; }
span { border-color: rgb(156,102,56); }
td.TdClassName
{
border-color: #9C6638;
}
.TagClassName
{
border-color: #9C6638;
}
</style>