Shades of Mai Tai #996633
Tints of Mai Tai #996633
RGB
CMYK
RGB Variations
Color information
#996633 (or 0x996633) is known color: Mai Tai. HEX triplet: 99, 66 and 33. RGB value is (153,102,51). Sum of RGB (Red+Green+Blue) = 153+102+51=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996633 is a web safe color. Inversed color of #996633 is #6699CC. Grayscale: #6F6F6F. Windows color (decimal): -6724045 or 3368601. OLE color: 3368601.
HSL color Cylindrical-coordinate representation of color #996633: hue angle of 30º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #996633 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 51 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.4 |
| HSL | 30º | 0.5% | 0.4% | - |
| HSV(B) | 30º | 0.67% | 0.6% | - |
| XYZ | 18.49 | 16.51 | 5.35 | - |
| YUV | 111.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 51 | 0 | 0.33 | 0.67 | 0.4 | 30 | 0.5 | 0.4 |
| Hex | 99 | 66 | 33 | 0 | 21 | 43 | 28 | 1E | 32 | 28 |
| Octal | 231 | 146 | 63 | 0 | 41 | 103 | 50 | 36 | 62 | 50 |
| Binary | 10011001 | 1100110 | 110011 | 0 | 100001 | 1000011 | 101000 | 11110 | 110010 | 101000 |
Color Harmonies of #996633
Complementary color
Monochromatic Colors of #996633
Black with #996633
Text Example
Text Example
White with #996633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996633; }
p { color: rgb(153,102,51); }
H1.HeaderClassName
{
color: #996633;
}
.AnyTagClassName
{
color: #996633;
}
</style>
background-color css
<style>
a { background-color: #996633; }
a { background-color: rgb(153,102,51); }
div.DivClassName
{
background-color: #996633;
}
.BgClassName
{
background-color: #996633;
}
</style>
border-color css
<style>
span { border-color: #996633; }
span { border-color: rgb(153,102,51); }
td.TdClassName
{
border-color: #996633;
}
.TagClassName
{
border-color: #996633;
}
</style>