Shades of Mai Tai #9D672F
Tints of Mai Tai #9D672F
RGB
CMYK
RGB Variations
Color information
#9D672F (or 0x9D672F) is known color: Mai Tai. HEX triplet: 9D, 67 and 2F. RGB value is (157,103,47). Sum of RGB (Red+Green+Blue) = 157+103+47=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D672F is #6298D0. Grayscale: #717171. Windows color (decimal): -6461649 or 3106717. OLE color: 3106717.
HSL color Cylindrical-coordinate representation of color #9D672F: hue angle of 30.55º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D672F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 47 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.38 |
| HSL | 30.55º | 0.54% | 0.4% | - |
| HSV(B) | 30.55º | 0.7% | 0.62% | - |
| XYZ | 19.27 | 17.07 | 4.97 | - |
| YUV | 112.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 47 | 0 | 0.34 | 0.70 | 0.38 | 30.55 | 0.54 | 0.4 |
| Hex | 9D | 67 | 2F | 0 | 22 | 46 | 26 | 1F | 36 | 28 |
| Octal | 235 | 147 | 57 | 0 | 42 | 106 | 46 | 37 | 66 | 50 |
| Binary | 10011101 | 1100111 | 101111 | 0 | 100010 | 1000110 | 100110 | 11111 | 110110 | 101000 |
Color Harmonies of #9D672F
Complementary color
Monochromatic Colors of #9D672F
Black with #9D672F
Text Example
Text Example
White with #9D672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D672F; }
p { color: rgb(157,103,47); }
H1.HeaderClassName
{
color: #9D672F;
}
.AnyTagClassName
{
color: #9D672F;
}
</style>
background-color css
<style>
a { background-color: #9D672F; }
a { background-color: rgb(157,103,47); }
div.DivClassName
{
background-color: #9D672F;
}
.BgClassName
{
background-color: #9D672F;
}
</style>
border-color css
<style>
span { border-color: #9D672F; }
span { border-color: rgb(157,103,47); }
td.TdClassName
{
border-color: #9D672F;
}
.TagClassName
{
border-color: #9D672F;
}
</style>