Shades of Mai Tai #9B662F
Tints of Mai Tai #9B662F
RGB
CMYK
RGB Variations
Color information
#9B662F (or 0x9B662F) is known color: Mai Tai. HEX triplet: 9B, 66 and 2F. RGB value is (155,102,47). Sum of RGB (Red+Green+Blue) = 155+102+47=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B662F is #6499D0. Grayscale: #6F6F6F. Windows color (decimal): -6592977 or 3106459. OLE color: 3106459.
HSL color Cylindrical-coordinate representation of color #9B662F: hue angle of 30.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B662F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 47 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.39 |
| HSL | 30.56º | 0.53% | 0.4% | - |
| HSV(B) | 30.56º | 0.7% | 0.61% | - |
| XYZ | 18.78 | 16.68 | 4.92 | - |
| YUV | 111.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 47 | 0 | 0.34 | 0.70 | 0.39 | 30.56 | 0.53 | 0.4 |
| Hex | 9B | 66 | 2F | 0 | 22 | 46 | 27 | 1F | 35 | 28 |
| Octal | 233 | 146 | 57 | 0 | 42 | 106 | 47 | 37 | 65 | 50 |
| Binary | 10011011 | 1100110 | 101111 | 0 | 100010 | 1000110 | 100111 | 11111 | 110101 | 101000 |
Color Harmonies of #9B662F
Complementary color
Monochromatic Colors of #9B662F
Black with #9B662F
Text Example
Text Example
White with #9B662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B662F; }
p { color: rgb(155,102,47); }
H1.HeaderClassName
{
color: #9B662F;
}
.AnyTagClassName
{
color: #9B662F;
}
</style>
background-color css
<style>
a { background-color: #9B662F; }
a { background-color: rgb(155,102,47); }
div.DivClassName
{
background-color: #9B662F;
}
.BgClassName
{
background-color: #9B662F;
}
</style>
border-color css
<style>
span { border-color: #9B662F; }
span { border-color: rgb(155,102,47); }
td.TdClassName
{
border-color: #9B662F;
}
.TagClassName
{
border-color: #9B662F;
}
</style>