Shades of Mai Tai #9A6634
Tints of Mai Tai #9A6634
RGB
CMYK
RGB Variations
Color information
#9A6634 (or 0x9A6634) is known color: Mai Tai. HEX triplet: 9A, 66 and 34. RGB value is (154,102,52). Sum of RGB (Red+Green+Blue) = 154+102+52=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6634 is #6599CB. Grayscale: #707070. Windows color (decimal): -6658508 or 3434138. OLE color: 3434138.
HSL color Cylindrical-coordinate representation of color #9A6634: hue angle of 29.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A6634 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 52 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.40 |
| HSL | 29.41º | 0.5% | 0.4% | - |
| HSV(B) | 29.41º | 0.66% | 0.6% | - |
| XYZ | 18.7 | 16.62 | 5.47 | - |
| YUV | 111.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 52 | 0 | 0.34 | 0.66 | 0.40 | 29.41 | 0.5 | 0.4 |
| Hex | 9A | 66 | 34 | 0 | 22 | 42 | 28 | 1D | 32 | 28 |
| Octal | 232 | 146 | 64 | 0 | 42 | 102 | 50 | 35 | 62 | 50 |
| Binary | 10011010 | 1100110 | 110100 | 0 | 100010 | 1000010 | 101000 | 11101 | 110010 | 101000 |
Color Harmonies of #9A6634
Complementary color
Monochromatic Colors of #9A6634
Black with #9A6634
Text Example
Text Example
White with #9A6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6634; }
p { color: rgb(154,102,52); }
H1.HeaderClassName
{
color: #9A6634;
}
.AnyTagClassName
{
color: #9A6634;
}
</style>
background-color css
<style>
a { background-color: #9A6634; }
a { background-color: rgb(154,102,52); }
div.DivClassName
{
background-color: #9A6634;
}
.BgClassName
{
background-color: #9A6634;
}
</style>
border-color css
<style>
span { border-color: #9A6634; }
span { border-color: rgb(154,102,52); }
td.TdClassName
{
border-color: #9A6634;
}
.TagClassName
{
border-color: #9A6634;
}
</style>