Shades of Mai Tai #9D662C
Tints of Mai Tai #9D662C
RGB
CMYK
RGB Variations
Color information
#9D662C (or 0x9D662C) is known color: Mai Tai. HEX triplet: 9D, 66 and 2C. RGB value is (157,102,44). Sum of RGB (Red+Green+Blue) = 157+102+44=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D662C is #6299D3. Grayscale: #707070. Windows color (decimal): -6461908 or 2909853. OLE color: 2909853.
HSL color Cylindrical-coordinate representation of color #9D662C: hue angle of 30.8º 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 #9D662C is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 44 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.38 |
| HSL | 30.8º | 0.56% | 0.39% | - |
| HSV(B) | 30.8º | 0.72% | 0.62% | - |
| XYZ | 19.11 | 16.85 | 4.63 | - |
| YUV | 111.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 44 | 0 | 0.35 | 0.72 | 0.38 | 30.8 | 0.56 | 0.39 |
| Hex | 9D | 66 | 2C | 0 | 23 | 48 | 26 | 1F | 38 | 27 |
| Octal | 235 | 146 | 54 | 0 | 43 | 110 | 46 | 37 | 70 | 47 |
| Binary | 10011101 | 1100110 | 101100 | 0 | 100011 | 1001000 | 100110 | 11111 | 111000 | 100111 |
Color Harmonies of #9D662C
Complementary color
Monochromatic Colors of #9D662C
Black with #9D662C
Text Example
Text Example
White with #9D662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D662C; }
p { color: rgb(157,102,44); }
H1.HeaderClassName
{
color: #9D662C;
}
.AnyTagClassName
{
color: #9D662C;
}
</style>
background-color css
<style>
a { background-color: #9D662C; }
a { background-color: rgb(157,102,44); }
div.DivClassName
{
background-color: #9D662C;
}
.BgClassName
{
background-color: #9D662C;
}
</style>
border-color css
<style>
span { border-color: #9D662C; }
span { border-color: rgb(157,102,44); }
td.TdClassName
{
border-color: #9D662C;
}
.TagClassName
{
border-color: #9D662C;
}
</style>