Shades of Dark Tan #9E704E
Tints of Dark Tan #9E704E
RGB
CMYK
RGB Variations
Color information
#9E704E (or 0x9E704E) is known color: Dark Tan. HEX triplet: 9E, 70 and 4E. RGB value is (158,112,78). Sum of RGB (Red+Green+Blue) = 158+112+78=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E704E is #618FB1. Grayscale: #7A7A7A. Windows color (decimal): -6393778 or 5140638. OLE color: 5140638.
HSL color Cylindrical-coordinate representation of color #9E704E: hue angle of 25.5º 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 #9E704E is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 78 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.38 |
| HSL | 25.5º | 0.34% | 0.46% | - |
| HSV(B) | 25.5º | 0.51% | 0.62% | - |
| XYZ | 21.27 | 19.41 | 9.83 | - |
| YUV | 121.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 78 | 0 | 0.29 | 0.51 | 0.38 | 25.5 | 0.34 | 0.46 |
| Hex | 9E | 70 | 4E | 0 | 1D | 33 | 26 | 1A | 22 | 2E |
| Octal | 236 | 160 | 116 | 0 | 35 | 63 | 46 | 32 | 42 | 56 |
| Binary | 10011110 | 1110000 | 1001110 | 0 | 11101 | 110011 | 100110 | 11010 | 100010 | 101110 |
Color Harmonies of #9E704E
Complementary color
Monochromatic Colors of #9E704E
Black with #9E704E
Text Example
Text Example
White with #9E704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E704E; }
p { color: rgb(158,112,78); }
H1.HeaderClassName
{
color: #9E704E;
}
.AnyTagClassName
{
color: #9E704E;
}
</style>
background-color css
<style>
a { background-color: #9E704E; }
a { background-color: rgb(158,112,78); }
div.DivClassName
{
background-color: #9E704E;
}
.BgClassName
{
background-color: #9E704E;
}
</style>
border-color css
<style>
span { border-color: #9E704E; }
span { border-color: rgb(158,112,78); }
td.TdClassName
{
border-color: #9E704E;
}
.TagClassName
{
border-color: #9E704E;
}
</style>