Shades of Dark Tan #9F694A
Tints of Dark Tan #9F694A
RGB
CMYK
RGB Variations
Color information
#9F694A (or 0x9F694A) is known color: Dark Tan. HEX triplet: 9F, 69 and 4A. RGB value is (159,105,74). Sum of RGB (Red+Green+Blue) = 159+105+74=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F694A is #6096B5. Grayscale: #757575. Windows color (decimal): -6330038 or 4876703. OLE color: 4876703.
HSL color Cylindrical-coordinate representation of color #9F694A: hue angle of 21.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F694A is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 74 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.38 |
| HSL | 21.88º | 0.36% | 0.46% | - |
| HSV(B) | 21.88º | 0.53% | 0.62% | - |
| XYZ | 20.59 | 17.97 | 8.86 | - |
| YUV | 117.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 74 | 0 | 0.34 | 0.53 | 0.38 | 21.88 | 0.36 | 0.46 |
| Hex | 9F | 69 | 4A | 0 | 22 | 35 | 26 | 16 | 24 | 2E |
| Octal | 237 | 151 | 112 | 0 | 42 | 65 | 46 | 26 | 44 | 56 |
| Binary | 10011111 | 1101001 | 1001010 | 0 | 100010 | 110101 | 100110 | 10110 | 100100 | 101110 |
Color Harmonies of #9F694A
Complementary color
Monochromatic Colors of #9F694A
Black with #9F694A
Text Example
Text Example
White with #9F694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F694A; }
p { color: rgb(159,105,74); }
H1.HeaderClassName
{
color: #9F694A;
}
.AnyTagClassName
{
color: #9F694A;
}
</style>
background-color css
<style>
a { background-color: #9F694A; }
a { background-color: rgb(159,105,74); }
div.DivClassName
{
background-color: #9F694A;
}
.BgClassName
{
background-color: #9F694A;
}
</style>
border-color css
<style>
span { border-color: #9F694A; }
span { border-color: rgb(159,105,74); }
td.TdClassName
{
border-color: #9F694A;
}
.TagClassName
{
border-color: #9F694A;
}
</style>