Shades of Mai Tai #9B6633
Tints of Mai Tai #9B6633
RGB
CMYK
RGB Variations
Color information
#9B6633 (or 0x9B6633) is known color: Mai Tai. HEX triplet: 9B, 66 and 33. RGB value is (155,102,51). Sum of RGB (Red+Green+Blue) = 155+102+51=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6633 is #6499CC. Grayscale: #707070. Windows color (decimal): -6592973 or 3368603. OLE color: 3368603.
HSL color Cylindrical-coordinate representation of color #9B6633: hue angle of 29.42º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B6633 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 51 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.39 |
| HSL | 29.42º | 0.5% | 0.4% | - |
| HSV(B) | 29.42º | 0.67% | 0.61% | - |
| XYZ | 18.87 | 16.71 | 5.36 | - |
| YUV | 112.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 51 | 0 | 0.34 | 0.67 | 0.39 | 29.42 | 0.5 | 0.4 |
| Hex | 9B | 66 | 33 | 0 | 22 | 43 | 27 | 1D | 32 | 28 |
| Octal | 233 | 146 | 63 | 0 | 42 | 103 | 47 | 35 | 62 | 50 |
| Binary | 10011011 | 1100110 | 110011 | 0 | 100010 | 1000011 | 100111 | 11101 | 110010 | 101000 |
Color Harmonies of #9B6633
Complementary color
Monochromatic Colors of #9B6633
Black with #9B6633
Text Example
Text Example
White with #9B6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6633; }
p { color: rgb(155,102,51); }
H1.HeaderClassName
{
color: #9B6633;
}
.AnyTagClassName
{
color: #9B6633;
}
</style>
background-color css
<style>
a { background-color: #9B6633; }
a { background-color: rgb(155,102,51); }
div.DivClassName
{
background-color: #9B6633;
}
.BgClassName
{
background-color: #9B6633;
}
</style>
border-color css
<style>
span { border-color: #9B6633; }
span { border-color: rgb(155,102,51); }
td.TdClassName
{
border-color: #9B6633;
}
.TagClassName
{
border-color: #9B6633;
}
</style>