Shades of Dark Tan #9F704F
Tints of Dark Tan #9F704F
RGB
CMYK
RGB Variations
Color information
#9F704F (or 0x9F704F) is known color: Dark Tan. HEX triplet: 9F, 70 and 4F. RGB value is (159,112,79). Sum of RGB (Red+Green+Blue) = 159+112+79=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F704F is #608FB0. Grayscale: #7A7A7A. Windows color (decimal): -6328241 or 5206175. OLE color: 5206175.
HSL color Cylindrical-coordinate representation of color #9F704F: hue angle of 24.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F704F is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 79 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.38 |
| HSL | 24.75º | 0.34% | 0.47% | - |
| HSV(B) | 24.75º | 0.5% | 0.62% | - |
| XYZ | 21.5 | 19.52 | 10.03 | - |
| YUV | 122.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 79 | 0 | 0.30 | 0.50 | 0.38 | 24.75 | 0.34 | 0.47 |
| Hex | 9F | 70 | 4F | 0 | 1E | 32 | 26 | 19 | 22 | 2F |
| Octal | 237 | 160 | 117 | 0 | 36 | 62 | 46 | 31 | 42 | 57 |
| Binary | 10011111 | 1110000 | 1001111 | 0 | 11110 | 110010 | 100110 | 11001 | 100010 | 101111 |
Color Harmonies of #9F704F
Complementary color
Monochromatic Colors of #9F704F
Black with #9F704F
Text Example
Text Example
White with #9F704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F704F; }
p { color: rgb(159,112,79); }
H1.HeaderClassName
{
color: #9F704F;
}
.AnyTagClassName
{
color: #9F704F;
}
</style>
background-color css
<style>
a { background-color: #9F704F; }
a { background-color: rgb(159,112,79); }
div.DivClassName
{
background-color: #9F704F;
}
.BgClassName
{
background-color: #9F704F;
}
</style>
border-color css
<style>
span { border-color: #9F704F; }
span { border-color: rgb(159,112,79); }
td.TdClassName
{
border-color: #9F704F;
}
.TagClassName
{
border-color: #9F704F;
}
</style>