Shades of Mai Tai #9D612C
Tints of Mai Tai #9D612C
RGB
CMYK
RGB Variations
Color information
#9D612C (or 0x9D612C) is known color: Mai Tai. HEX triplet: 9D, 61 and 2C. RGB value is (157,97,44). Sum of RGB (Red+Green+Blue) = 157+97+44=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D612C is #629ED3. Grayscale: #6D6D6D. Windows color (decimal): -6463188 or 2908573. OLE color: 2908573.
HSL color Cylindrical-coordinate representation of color #9D612C: hue angle of 28.14º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D612C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 44 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.38 |
| HSL | 28.14º | 0.56% | 0.39% | - |
| HSV(B) | 28.14º | 0.72% | 0.62% | - |
| XYZ | 18.63 | 15.9 | 4.47 | - |
| YUV | 108.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 44 | 0 | 0.38 | 0.72 | 0.38 | 28.14 | 0.56 | 0.39 |
| Hex | 9D | 61 | 2C | 0 | 26 | 48 | 26 | 1C | 38 | 27 |
| Octal | 235 | 141 | 54 | 0 | 46 | 110 | 46 | 34 | 70 | 47 |
| Binary | 10011101 | 1100001 | 101100 | 0 | 100110 | 1001000 | 100110 | 11100 | 111000 | 100111 |
Color Harmonies of #9D612C
Complementary color
Monochromatic Colors of #9D612C
Black with #9D612C
Text Example
Text Example
White with #9D612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D612C; }
p { color: rgb(157,97,44); }
H1.HeaderClassName
{
color: #9D612C;
}
.AnyTagClassName
{
color: #9D612C;
}
</style>
background-color css
<style>
a { background-color: #9D612C; }
a { background-color: rgb(157,97,44); }
div.DivClassName
{
background-color: #9D612C;
}
.BgClassName
{
background-color: #9D612C;
}
</style>
border-color css
<style>
span { border-color: #9D612C; }
span { border-color: rgb(157,97,44); }
td.TdClassName
{
border-color: #9D612C;
}
.TagClassName
{
border-color: #9D612C;
}
</style>