Shades of Mai Tai #9F6335
Tints of Mai Tai #9F6335
RGB
CMYK
RGB Variations
Color information
#9F6335 (or 0x9F6335) is known color: Mai Tai. HEX triplet: 9F, 63 and 35. RGB value is (159,99,53). Sum of RGB (Red+Green+Blue) = 159+99+53=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6335 is #609CCA. Grayscale: #6F6F6F. Windows color (decimal): -6331595 or 3498911. OLE color: 3498911.
HSL color Cylindrical-coordinate representation of color #9F6335: hue angle of 26.04º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F6335 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 53 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.38 |
| HSL | 26.04º | 0.5% | 0.42% | - |
| HSV(B) | 26.04º | 0.67% | 0.62% | - |
| XYZ | 19.4 | 16.55 | 5.54 | - |
| YUV | 111.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 53 | 0 | 0.38 | 0.67 | 0.38 | 26.04 | 0.5 | 0.42 |
| Hex | 9F | 63 | 35 | 0 | 26 | 43 | 26 | 1A | 32 | 2A |
| Octal | 237 | 143 | 65 | 0 | 46 | 103 | 46 | 32 | 62 | 52 |
| Binary | 10011111 | 1100011 | 110101 | 0 | 100110 | 1000011 | 100110 | 11010 | 110010 | 101010 |
Color Harmonies of #9F6335
Complementary color
Monochromatic Colors of #9F6335
Black with #9F6335
Text Example
Text Example
White with #9F6335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6335; }
p { color: rgb(159,99,53); }
H1.HeaderClassName
{
color: #9F6335;
}
.AnyTagClassName
{
color: #9F6335;
}
</style>
background-color css
<style>
a { background-color: #9F6335; }
a { background-color: rgb(159,99,53); }
div.DivClassName
{
background-color: #9F6335;
}
.BgClassName
{
background-color: #9F6335;
}
</style>
border-color css
<style>
span { border-color: #9F6335; }
span { border-color: rgb(159,99,53); }
td.TdClassName
{
border-color: #9F6335;
}
.TagClassName
{
border-color: #9F6335;
}
</style>