Shades of Dark Tan #9E704C
Tints of Dark Tan #9E704C
RGB
CMYK
RGB Variations
Color information
#9E704C (or 0x9E704C) is known color: Dark Tan. HEX triplet: 9E, 70 and 4C. RGB value is (158,112,76). Sum of RGB (Red+Green+Blue) = 158+112+76=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E704C is #618FB3. Grayscale: #797979. Windows color (decimal): -6393780 or 5009566. OLE color: 5009566.
HSL color Cylindrical-coordinate representation of color #9E704C: hue angle of 26.34º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E704C is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 76 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.38 |
| HSL | 26.34º | 0.35% | 0.46% | - |
| HSV(B) | 26.34º | 0.52% | 0.62% | - |
| XYZ | 21.2 | 19.38 | 9.46 | - |
| YUV | 121.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 76 | 0 | 0.29 | 0.52 | 0.38 | 26.34 | 0.35 | 0.46 |
| Hex | 9E | 70 | 4C | 0 | 1D | 34 | 26 | 1A | 23 | 2E |
| Octal | 236 | 160 | 114 | 0 | 35 | 64 | 46 | 32 | 43 | 56 |
| Binary | 10011110 | 1110000 | 1001100 | 0 | 11101 | 110100 | 100110 | 11010 | 100011 | 101110 |
Color Harmonies of #9E704C
Complementary color
Monochromatic Colors of #9E704C
Black with #9E704C
Text Example
Text Example
White with #9E704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E704C; }
p { color: rgb(158,112,76); }
H1.HeaderClassName
{
color: #9E704C;
}
.AnyTagClassName
{
color: #9E704C;
}
</style>
background-color css
<style>
a { background-color: #9E704C; }
a { background-color: rgb(158,112,76); }
div.DivClassName
{
background-color: #9E704C;
}
.BgClassName
{
background-color: #9E704C;
}
</style>
border-color css
<style>
span { border-color: #9E704C; }
span { border-color: rgb(158,112,76); }
td.TdClassName
{
border-color: #9E704C;
}
.TagClassName
{
border-color: #9E704C;
}
</style>