Shades of Mai Tai #9C683B
Tints of Mai Tai #9C683B
RGB
CMYK
RGB Variations
Color information
#9C683B (or 0x9C683B) is known color: Mai Tai. HEX triplet: 9C, 68 and 3B. RGB value is (156,104,59). Sum of RGB (Red+Green+Blue) = 156+104+59=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C683B is #6397C4. Grayscale: #727272. Windows color (decimal): -6526917 or 3893404. OLE color: 3893404.
HSL color Cylindrical-coordinate representation of color #9C683B: hue angle of 27.84º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C683B is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 59 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.39 |
| HSL | 27.84º | 0.45% | 0.42% | - |
| HSV(B) | 27.84º | 0.62% | 0.61% | - |
| XYZ | 19.45 | 17.28 | 6.45 | - |
| YUV | 114.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 59 | 0 | 0.33 | 0.62 | 0.39 | 27.84 | 0.45 | 0.42 |
| Hex | 9C | 68 | 3B | 0 | 21 | 3E | 27 | 1C | 2D | 2A |
| Octal | 234 | 150 | 73 | 0 | 41 | 76 | 47 | 34 | 55 | 52 |
| Binary | 10011100 | 1101000 | 111011 | 0 | 100001 | 111110 | 100111 | 11100 | 101101 | 101010 |
Color Harmonies of #9C683B
Complementary color
Monochromatic Colors of #9C683B
Black with #9C683B
Text Example
Text Example
White with #9C683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C683B; }
p { color: rgb(156,104,59); }
H1.HeaderClassName
{
color: #9C683B;
}
.AnyTagClassName
{
color: #9C683B;
}
</style>
background-color css
<style>
a { background-color: #9C683B; }
a { background-color: rgb(156,104,59); }
div.DivClassName
{
background-color: #9C683B;
}
.BgClassName
{
background-color: #9C683B;
}
</style>
border-color css
<style>
span { border-color: #9C683B; }
span { border-color: rgb(156,104,59); }
td.TdClassName
{
border-color: #9C683B;
}
.TagClassName
{
border-color: #9C683B;
}
</style>