Shades of Mai Tai #9C6934
Tints of Mai Tai #9C6934
RGB
CMYK
RGB Variations
Color information
#9C6934 (or 0x9C6934) is known color: Mai Tai. HEX triplet: 9C, 69 and 34. RGB value is (156,105,52). Sum of RGB (Red+Green+Blue) = 156+105+52=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6934 is #6396CB. Grayscale: #727272. Windows color (decimal): -6526668 or 3434908. OLE color: 3434908.
HSL color Cylindrical-coordinate representation of color #9C6934: hue angle of 30.58º 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 #9C6934 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 52 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.39 |
| HSL | 30.58º | 0.5% | 0.41% | - |
| HSV(B) | 30.58º | 0.67% | 0.61% | - |
| XYZ | 19.38 | 17.42 | 5.59 | - |
| YUV | 114.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 52 | 0 | 0.33 | 0.67 | 0.39 | 30.58 | 0.5 | 0.41 |
| Hex | 9C | 69 | 34 | 0 | 21 | 43 | 27 | 1F | 32 | 29 |
| Octal | 234 | 151 | 64 | 0 | 41 | 103 | 47 | 37 | 62 | 51 |
| Binary | 10011100 | 1101001 | 110100 | 0 | 100001 | 1000011 | 100111 | 11111 | 110010 | 101001 |
Color Harmonies of #9C6934
Complementary color
Monochromatic Colors of #9C6934
Black with #9C6934
Text Example
Text Example
White with #9C6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6934; }
p { color: rgb(156,105,52); }
H1.HeaderClassName
{
color: #9C6934;
}
.AnyTagClassName
{
color: #9C6934;
}
</style>
background-color css
<style>
a { background-color: #9C6934; }
a { background-color: rgb(156,105,52); }
div.DivClassName
{
background-color: #9C6934;
}
.BgClassName
{
background-color: #9C6934;
}
</style>
border-color css
<style>
span { border-color: #9C6934; }
span { border-color: rgb(156,105,52); }
td.TdClassName
{
border-color: #9C6934;
}
.TagClassName
{
border-color: #9C6934;
}
</style>