Shades of Mai Tai #9B652F
Tints of Mai Tai #9B652F
RGB
CMYK
RGB Variations
Color information
#9B652F (or 0x9B652F) is known color: Mai Tai. HEX triplet: 9B, 65 and 2F. RGB value is (155,101,47). Sum of RGB (Red+Green+Blue) = 155+101+47=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B652F is #649AD0. Grayscale: #6F6F6F. Windows color (decimal): -6593233 or 3106203. OLE color: 3106203.
HSL color Cylindrical-coordinate representation of color #9B652F: hue angle of 30º 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 #9B652F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 47 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.39 |
| HSL | 30º | 0.53% | 0.4% | - |
| HSV(B) | 30º | 0.7% | 0.61% | - |
| XYZ | 18.68 | 16.48 | 4.89 | - |
| YUV | 110.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 47 | 0 | 0.35 | 0.70 | 0.39 | 30 | 0.53 | 0.4 |
| Hex | 9B | 65 | 2F | 0 | 23 | 46 | 27 | 1E | 35 | 28 |
| Octal | 233 | 145 | 57 | 0 | 43 | 106 | 47 | 36 | 65 | 50 |
| Binary | 10011011 | 1100101 | 101111 | 0 | 100011 | 1000110 | 100111 | 11110 | 110101 | 101000 |
Color Harmonies of #9B652F
Complementary color
Monochromatic Colors of #9B652F
Black with #9B652F
Text Example
Text Example
White with #9B652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B652F; }
p { color: rgb(155,101,47); }
H1.HeaderClassName
{
color: #9B652F;
}
.AnyTagClassName
{
color: #9B652F;
}
</style>
background-color css
<style>
a { background-color: #9B652F; }
a { background-color: rgb(155,101,47); }
div.DivClassName
{
background-color: #9B652F;
}
.BgClassName
{
background-color: #9B652F;
}
</style>
border-color css
<style>
span { border-color: #9B652F; }
span { border-color: rgb(155,101,47); }
td.TdClassName
{
border-color: #9B652F;
}
.TagClassName
{
border-color: #9B652F;
}
</style>