Shades of Dark Tan #9E704D
Tints of Dark Tan #9E704D
RGB
CMYK
RGB Variations
Color information
#9E704D (or 0x9E704D) is known color: Dark Tan. HEX triplet: 9E, 70 and 4D. RGB value is (158,112,77). Sum of RGB (Red+Green+Blue) = 158+112+77=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E704D is #618FB2. Grayscale: #797979. Windows color (decimal): -6393779 or 5075102. OLE color: 5075102.
HSL color Cylindrical-coordinate representation of color #9E704D: hue angle of 25.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E704D is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 77 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.38 |
| HSL | 25.93º | 0.34% | 0.46% | - |
| HSV(B) | 25.93º | 0.51% | 0.62% | - |
| XYZ | 21.23 | 19.39 | 9.65 | - |
| YUV | 121.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 77 | 0 | 0.29 | 0.51 | 0.38 | 25.93 | 0.34 | 0.46 |
| Hex | 9E | 70 | 4D | 0 | 1D | 33 | 26 | 1A | 22 | 2E |
| Octal | 236 | 160 | 115 | 0 | 35 | 63 | 46 | 32 | 42 | 56 |
| Binary | 10011110 | 1110000 | 1001101 | 0 | 11101 | 110011 | 100110 | 11010 | 100010 | 101110 |
Color Harmonies of #9E704D
Complementary color
Monochromatic Colors of #9E704D
Black with #9E704D
Text Example
Text Example
White with #9E704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E704D; }
p { color: rgb(158,112,77); }
H1.HeaderClassName
{
color: #9E704D;
}
.AnyTagClassName
{
color: #9E704D;
}
</style>
background-color css
<style>
a { background-color: #9E704D; }
a { background-color: rgb(158,112,77); }
div.DivClassName
{
background-color: #9E704D;
}
.BgClassName
{
background-color: #9E704D;
}
</style>
border-color css
<style>
span { border-color: #9E704D; }
span { border-color: rgb(158,112,77); }
td.TdClassName
{
border-color: #9E704D;
}
.TagClassName
{
border-color: #9E704D;
}
</style>