Shades of Mai Tai #9D622D
Tints of Mai Tai #9D622D
RGB
CMYK
RGB Variations
Color information
#9D622D (or 0x9D622D) is known color: Mai Tai. HEX triplet: 9D, 62 and 2D. RGB value is (157,98,45). Sum of RGB (Red+Green+Blue) = 157+98+45=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D622D is #629DD2. Grayscale: #6D6D6D. Windows color (decimal): -6462931 or 2974365. OLE color: 2974365.
HSL color Cylindrical-coordinate representation of color #9D622D: hue angle of 28.39º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D622D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 45 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.38 |
| HSL | 28.39º | 0.55% | 0.4% | - |
| HSV(B) | 28.39º | 0.71% | 0.62% | - |
| XYZ | 18.75 | 16.09 | 4.6 | - |
| YUV | 109.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 45 | 0 | 0.38 | 0.71 | 0.38 | 28.39 | 0.55 | 0.4 |
| Hex | 9D | 62 | 2D | 0 | 26 | 47 | 26 | 1C | 37 | 28 |
| Octal | 235 | 142 | 55 | 0 | 46 | 107 | 46 | 34 | 67 | 50 |
| Binary | 10011101 | 1100010 | 101101 | 0 | 100110 | 1000111 | 100110 | 11100 | 110111 | 101000 |
Color Harmonies of #9D622D
Complementary color
Monochromatic Colors of #9D622D
Black with #9D622D
Text Example
Text Example
White with #9D622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D622D; }
p { color: rgb(157,98,45); }
H1.HeaderClassName
{
color: #9D622D;
}
.AnyTagClassName
{
color: #9D622D;
}
</style>
background-color css
<style>
a { background-color: #9D622D; }
a { background-color: rgb(157,98,45); }
div.DivClassName
{
background-color: #9D622D;
}
.BgClassName
{
background-color: #9D622D;
}
</style>
border-color css
<style>
span { border-color: #9D622D; }
span { border-color: rgb(157,98,45); }
td.TdClassName
{
border-color: #9D622D;
}
.TagClassName
{
border-color: #9D622D;
}
</style>