Shades of Dark Tan #9D704F
Tints of Dark Tan #9D704F
RGB
CMYK
RGB Variations
Color information
#9D704F (or 0x9D704F) is known color: Dark Tan. HEX triplet: 9D, 70 and 4F. RGB value is (157,112,79). Sum of RGB (Red+Green+Blue) = 157+112+79=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D704F is #628FB0. Grayscale: #797979. Windows color (decimal): -6459313 or 5206173. OLE color: 5206173.
HSL color Cylindrical-coordinate representation of color #9D704F: hue angle of 25.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D704F is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 79 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.38 |
| HSL | 25.38º | 0.33% | 0.46% | - |
| HSV(B) | 25.38º | 0.5% | 0.62% | - |
| XYZ | 21.11 | 19.32 | 10.01 | - |
| YUV | 121.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 79 | 0 | 0.29 | 0.50 | 0.38 | 25.38 | 0.33 | 0.46 |
| Hex | 9D | 70 | 4F | 0 | 1D | 32 | 26 | 19 | 21 | 2E |
| Octal | 235 | 160 | 117 | 0 | 35 | 62 | 46 | 31 | 41 | 56 |
| Binary | 10011101 | 1110000 | 1001111 | 0 | 11101 | 110010 | 100110 | 11001 | 100001 | 101110 |
Color Harmonies of #9D704F
Complementary color
Monochromatic Colors of #9D704F
Black with #9D704F
Text Example
Text Example
White with #9D704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D704F; }
p { color: rgb(157,112,79); }
H1.HeaderClassName
{
color: #9D704F;
}
.AnyTagClassName
{
color: #9D704F;
}
</style>
background-color css
<style>
a { background-color: #9D704F; }
a { background-color: rgb(157,112,79); }
div.DivClassName
{
background-color: #9D704F;
}
.BgClassName
{
background-color: #9D704F;
}
</style>
border-color css
<style>
span { border-color: #9D704F; }
span { border-color: rgb(157,112,79); }
td.TdClassName
{
border-color: #9D704F;
}
.TagClassName
{
border-color: #9D704F;
}
</style>