Shades of Mai Tai #9B6434
Tints of Mai Tai #9B6434
RGB
CMYK
RGB Variations
Color information
#9B6434 (or 0x9B6434) is known color: Mai Tai. HEX triplet: 9B, 64 and 34. RGB value is (155,100,52). Sum of RGB (Red+Green+Blue) = 155+100+52=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6434 is #649BCB. Grayscale: #6F6F6F. Windows color (decimal): -6593484 or 3433627. OLE color: 3433627.
HSL color Cylindrical-coordinate representation of color #9B6434: hue angle of 27.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B6434 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 52 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.39 |
| HSL | 27.96º | 0.5% | 0.41% | - |
| HSV(B) | 27.96º | 0.66% | 0.61% | - |
| XYZ | 18.69 | 16.33 | 5.42 | - |
| YUV | 110.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 52 | 0 | 0.35 | 0.66 | 0.39 | 27.96 | 0.5 | 0.41 |
| Hex | 9B | 64 | 34 | 0 | 23 | 42 | 27 | 1C | 32 | 29 |
| Octal | 233 | 144 | 64 | 0 | 43 | 102 | 47 | 34 | 62 | 51 |
| Binary | 10011011 | 1100100 | 110100 | 0 | 100011 | 1000010 | 100111 | 11100 | 110010 | 101001 |
Color Harmonies of #9B6434
Complementary color
Monochromatic Colors of #9B6434
Black with #9B6434
Text Example
Text Example
White with #9B6434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6434; }
p { color: rgb(155,100,52); }
H1.HeaderClassName
{
color: #9B6434;
}
.AnyTagClassName
{
color: #9B6434;
}
</style>
background-color css
<style>
a { background-color: #9B6434; }
a { background-color: rgb(155,100,52); }
div.DivClassName
{
background-color: #9B6434;
}
.BgClassName
{
background-color: #9B6434;
}
</style>
border-color css
<style>
span { border-color: #9B6434; }
span { border-color: rgb(155,100,52); }
td.TdClassName
{
border-color: #9B6434;
}
.TagClassName
{
border-color: #9B6434;
}
</style>