Shades of Mai Tai #996535
Tints of Mai Tai #996535
RGB
CMYK
RGB Variations
Color information
#996535 (or 0x996535) is known color: Mai Tai. HEX triplet: 99, 65 and 35. RGB value is (153,101,53). Sum of RGB (Red+Green+Blue) = 153+101+53=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996535 is #669ACA. Grayscale: #6F6F6F. Windows color (decimal): -6724299 or 3499417. OLE color: 3499417.
HSL color Cylindrical-coordinate representation of color #996535: hue angle of 28.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996535 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 53 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.4 |
| HSL | 28.8º | 0.49% | 0.4% | - |
| HSV(B) | 28.8º | 0.65% | 0.6% | - |
| XYZ | 18.43 | 16.34 | 5.55 | - |
| YUV | 111.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 53 | 0 | 0.34 | 0.65 | 0.4 | 28.8 | 0.49 | 0.4 |
| Hex | 99 | 65 | 35 | 0 | 22 | 41 | 28 | 1D | 31 | 28 |
| Octal | 231 | 145 | 65 | 0 | 42 | 101 | 50 | 35 | 61 | 50 |
| Binary | 10011001 | 1100101 | 110101 | 0 | 100010 | 1000001 | 101000 | 11101 | 110001 | 101000 |
Color Harmonies of #996535
Complementary color
Monochromatic Colors of #996535
Black with #996535
Text Example
Text Example
White with #996535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996535; }
p { color: rgb(153,101,53); }
H1.HeaderClassName
{
color: #996535;
}
.AnyTagClassName
{
color: #996535;
}
</style>
background-color css
<style>
a { background-color: #996535; }
a { background-color: rgb(153,101,53); }
div.DivClassName
{
background-color: #996535;
}
.BgClassName
{
background-color: #996535;
}
</style>
border-color css
<style>
span { border-color: #996535; }
span { border-color: rgb(153,101,53); }
td.TdClassName
{
border-color: #996535;
}
.TagClassName
{
border-color: #996535;
}
</style>