Shades of Dark Tan #9F704C
Tints of Dark Tan #9F704C
RGB
CMYK
RGB Variations
Color information
#9F704C (or 0x9F704C) is known color: Dark Tan. HEX triplet: 9F, 70 and 4C. RGB value is (159,112,76). Sum of RGB (Red+Green+Blue) = 159+112+76=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F704C is #608FB3. Grayscale: #7A7A7A. Windows color (decimal): -6328244 or 5009567. OLE color: 5009567.
HSL color Cylindrical-coordinate representation of color #9F704C: hue angle of 26.02º 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 #9F704C is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 76 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.38 |
| HSL | 26.02º | 0.35% | 0.46% | - |
| HSV(B) | 26.02º | 0.52% | 0.62% | - |
| XYZ | 21.4 | 19.48 | 9.47 | - |
| YUV | 121.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 76 | 0 | 0.30 | 0.52 | 0.38 | 26.02 | 0.35 | 0.46 |
| Hex | 9F | 70 | 4C | 0 | 1E | 34 | 26 | 1A | 23 | 2E |
| Octal | 237 | 160 | 114 | 0 | 36 | 64 | 46 | 32 | 43 | 56 |
| Binary | 10011111 | 1110000 | 1001100 | 0 | 11110 | 110100 | 100110 | 11010 | 100011 | 101110 |
Color Harmonies of #9F704C
Complementary color
Monochromatic Colors of #9F704C
Black with #9F704C
Text Example
Text Example
White with #9F704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F704C; }
p { color: rgb(159,112,76); }
H1.HeaderClassName
{
color: #9F704C;
}
.AnyTagClassName
{
color: #9F704C;
}
</style>
background-color css
<style>
a { background-color: #9F704C; }
a { background-color: rgb(159,112,76); }
div.DivClassName
{
background-color: #9F704C;
}
.BgClassName
{
background-color: #9F704C;
}
</style>
border-color css
<style>
span { border-color: #9F704C; }
span { border-color: rgb(159,112,76); }
td.TdClassName
{
border-color: #9F704C;
}
.TagClassName
{
border-color: #9F704C;
}
</style>