Shades of Mai Tai #9D6331
Tints of Mai Tai #9D6331
RGB
CMYK
RGB Variations
Color information
#9D6331 (or 0x9D6331) is known color: Mai Tai. HEX triplet: 9D, 63 and 31. RGB value is (157,99,49). Sum of RGB (Red+Green+Blue) = 157+99+49=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6331 is #629CCE. Grayscale: #6E6E6E. Windows color (decimal): -6462671 or 3236765. OLE color: 3236765.
HSL color Cylindrical-coordinate representation of color #9D6331: hue angle of 27.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D6331 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 49 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.38 |
| HSL | 27.78º | 0.52% | 0.4% | - |
| HSV(B) | 27.78º | 0.69% | 0.62% | - |
| XYZ | 18.92 | 16.31 | 5.06 | - |
| YUV | 110.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 49 | 0 | 0.37 | 0.69 | 0.38 | 27.78 | 0.52 | 0.4 |
| Hex | 9D | 63 | 31 | 0 | 25 | 45 | 26 | 1C | 34 | 28 |
| Octal | 235 | 143 | 61 | 0 | 45 | 105 | 46 | 34 | 64 | 50 |
| Binary | 10011101 | 1100011 | 110001 | 0 | 100101 | 1000101 | 100110 | 11100 | 110100 | 101000 |
Color Harmonies of #9D6331
Complementary color
Monochromatic Colors of #9D6331
Black with #9D6331
Text Example
Text Example
White with #9D6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6331; }
p { color: rgb(157,99,49); }
H1.HeaderClassName
{
color: #9D6331;
}
.AnyTagClassName
{
color: #9D6331;
}
</style>
background-color css
<style>
a { background-color: #9D6331; }
a { background-color: rgb(157,99,49); }
div.DivClassName
{
background-color: #9D6331;
}
.BgClassName
{
background-color: #9D6331;
}
</style>
border-color css
<style>
span { border-color: #9D6331; }
span { border-color: rgb(157,99,49); }
td.TdClassName
{
border-color: #9D6331;
}
.TagClassName
{
border-color: #9D6331;
}
</style>