Shades of Mai Tai #9C6434
Tints of Mai Tai #9C6434
RGB
CMYK
RGB Variations
Color information
#9C6434 (or 0x9C6434) is known color: Mai Tai. HEX triplet: 9C, 64 and 34. RGB value is (156,100,52). Sum of RGB (Red+Green+Blue) = 156+100+52=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6434 is #639BCB. Grayscale: #6F6F6F. Windows color (decimal): -6527948 or 3433628. OLE color: 3433628.
HSL color Cylindrical-coordinate representation of color #9C6434: hue angle of 27.69º degrees, saturation: 0.5, 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 #9C6434 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 52 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.39 |
| HSL | 27.69º | 0.5% | 0.41% | - |
| HSV(B) | 27.69º | 0.67% | 0.61% | - |
| XYZ | 18.89 | 16.43 | 5.42 | - |
| YUV | 111.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 52 | 0 | 0.36 | 0.67 | 0.39 | 27.69 | 0.5 | 0.41 |
| Hex | 9C | 64 | 34 | 0 | 24 | 43 | 27 | 1C | 32 | 29 |
| Octal | 234 | 144 | 64 | 0 | 44 | 103 | 47 | 34 | 62 | 51 |
| Binary | 10011100 | 1100100 | 110100 | 0 | 100100 | 1000011 | 100111 | 11100 | 110010 | 101001 |
Color Harmonies of #9C6434
Complementary color
Monochromatic Colors of #9C6434
Black with #9C6434
Text Example
Text Example
White with #9C6434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6434; }
p { color: rgb(156,100,52); }
H1.HeaderClassName
{
color: #9C6434;
}
.AnyTagClassName
{
color: #9C6434;
}
</style>
background-color css
<style>
a { background-color: #9C6434; }
a { background-color: rgb(156,100,52); }
div.DivClassName
{
background-color: #9C6434;
}
.BgClassName
{
background-color: #9C6434;
}
</style>
border-color css
<style>
span { border-color: #9C6434; }
span { border-color: rgb(156,100,52); }
td.TdClassName
{
border-color: #9C6434;
}
.TagClassName
{
border-color: #9C6434;
}
</style>