Shades of Mai Tai #9D6730
Tints of Mai Tai #9D6730
RGB
CMYK
RGB Variations
Color information
#9D6730 (or 0x9D6730) is known color: Mai Tai. HEX triplet: 9D, 67 and 30. RGB value is (157,103,48). Sum of RGB (Red+Green+Blue) = 157+103+48=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6730 is #6298CF. Grayscale: #717171. Windows color (decimal): -6461648 or 3172253. OLE color: 3172253.
HSL color Cylindrical-coordinate representation of color #9D6730: hue angle of 30.28º 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 #9D6730 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 48 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.38 |
| HSL | 30.28º | 0.53% | 0.4% | - |
| HSV(B) | 30.28º | 0.69% | 0.62% | - |
| XYZ | 19.29 | 17.08 | 5.08 | - |
| YUV | 112.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 48 | 0 | 0.34 | 0.69 | 0.38 | 30.28 | 0.53 | 0.4 |
| Hex | 9D | 67 | 30 | 0 | 22 | 45 | 26 | 1E | 35 | 28 |
| Octal | 235 | 147 | 60 | 0 | 42 | 105 | 46 | 36 | 65 | 50 |
| Binary | 10011101 | 1100111 | 110000 | 0 | 100010 | 1000101 | 100110 | 11110 | 110101 | 101000 |
Color Harmonies of #9D6730
Complementary color
Monochromatic Colors of #9D6730
Black with #9D6730
Text Example
Text Example
White with #9D6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6730; }
p { color: rgb(157,103,48); }
H1.HeaderClassName
{
color: #9D6730;
}
.AnyTagClassName
{
color: #9D6730;
}
</style>
background-color css
<style>
a { background-color: #9D6730; }
a { background-color: rgb(157,103,48); }
div.DivClassName
{
background-color: #9D6730;
}
.BgClassName
{
background-color: #9D6730;
}
</style>
border-color css
<style>
span { border-color: #9D6730; }
span { border-color: rgb(157,103,48); }
td.TdClassName
{
border-color: #9D6730;
}
.TagClassName
{
border-color: #9D6730;
}
</style>