Shades of Mai Tai #9F6C38
Tints of Mai Tai #9F6C38
RGB
CMYK
RGB Variations
Color information
#9F6C38 (or 0x9F6C38) is known color: Mai Tai. HEX triplet: 9F, 6C and 38. RGB value is (159,108,56). Sum of RGB (Red+Green+Blue) = 159+108+56=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C38 is #6093C7. Grayscale: #757575. Windows color (decimal): -6329288 or 3697823. OLE color: 3697823.
HSL color Cylindrical-coordinate representation of color #9F6C38: hue angle of 30.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F6C38 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 56 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.38 |
| HSL | 30.29º | 0.48% | 0.42% | - |
| HSV(B) | 30.29º | 0.65% | 0.62% | - |
| XYZ | 20.37 | 18.38 | 6.22 | - |
| YUV | 117.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 56 | 0 | 0.32 | 0.65 | 0.38 | 30.29 | 0.48 | 0.42 |
| Hex | 9F | 6C | 38 | 0 | 20 | 41 | 26 | 1E | 30 | 2A |
| Octal | 237 | 154 | 70 | 0 | 40 | 101 | 46 | 36 | 60 | 52 |
| Binary | 10011111 | 1101100 | 111000 | 0 | 100000 | 1000001 | 100110 | 11110 | 110000 | 101010 |
Color Harmonies of #9F6C38
Complementary color
Monochromatic Colors of #9F6C38
Black with #9F6C38
Text Example
Text Example
White with #9F6C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C38; }
p { color: rgb(159,108,56); }
H1.HeaderClassName
{
color: #9F6C38;
}
.AnyTagClassName
{
color: #9F6C38;
}
</style>
background-color css
<style>
a { background-color: #9F6C38; }
a { background-color: rgb(159,108,56); }
div.DivClassName
{
background-color: #9F6C38;
}
.BgClassName
{
background-color: #9F6C38;
}
</style>
border-color css
<style>
span { border-color: #9F6C38; }
span { border-color: rgb(159,108,56); }
td.TdClassName
{
border-color: #9F6C38;
}
.TagClassName
{
border-color: #9F6C38;
}
</style>