Shades of Mai Tai #9D6630
Tints of Mai Tai #9D6630
RGB
CMYK
RGB Variations
Color information
#9D6630 (or 0x9D6630) is known color: Mai Tai. HEX triplet: 9D, 66 and 30. RGB value is (157,102,48). Sum of RGB (Red+Green+Blue) = 157+102+48=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6630 is #6299CF. Grayscale: #707070. Windows color (decimal): -6461904 or 3171997. OLE color: 3171997.
HSL color Cylindrical-coordinate representation of color #9D6630: hue angle of 29.72º degrees, saturation: 0.53, 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 #9D6630 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 48 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.38 |
| HSL | 29.72º | 0.53% | 0.4% | - |
| HSV(B) | 29.72º | 0.69% | 0.62% | - |
| XYZ | 19.19 | 16.88 | 5.04 | - |
| YUV | 112.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 48 | 0 | 0.35 | 0.69 | 0.38 | 29.72 | 0.53 | 0.4 |
| Hex | 9D | 66 | 30 | 0 | 23 | 45 | 26 | 1E | 35 | 28 |
| Octal | 235 | 146 | 60 | 0 | 43 | 105 | 46 | 36 | 65 | 50 |
| Binary | 10011101 | 1100110 | 110000 | 0 | 100011 | 1000101 | 100110 | 11110 | 110101 | 101000 |
Color Harmonies of #9D6630
Complementary color
Monochromatic Colors of #9D6630
Black with #9D6630
Text Example
Text Example
White with #9D6630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6630; }
p { color: rgb(157,102,48); }
H1.HeaderClassName
{
color: #9D6630;
}
.AnyTagClassName
{
color: #9D6630;
}
</style>
background-color css
<style>
a { background-color: #9D6630; }
a { background-color: rgb(157,102,48); }
div.DivClassName
{
background-color: #9D6630;
}
.BgClassName
{
background-color: #9D6630;
}
</style>
border-color css
<style>
span { border-color: #9D6630; }
span { border-color: rgb(157,102,48); }
td.TdClassName
{
border-color: #9D6630;
}
.TagClassName
{
border-color: #9D6630;
}
</style>