Shades of Dark Tan #9F654A
Tints of Dark Tan #9F654A
RGB
CMYK
RGB Variations
Color information
#9F654A (or 0x9F654A) is known color: Dark Tan. HEX triplet: 9F, 65 and 4A. RGB value is (159,101,74). Sum of RGB (Red+Green+Blue) = 159+101+74=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F654A is #609AB5. Grayscale: #737373. Windows color (decimal): -6331062 or 4875679. OLE color: 4875679.
HSL color Cylindrical-coordinate representation of color #9F654A: hue angle of 19.06º 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 #9F654A is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 74 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.38 |
| HSL | 19.06º | 0.36% | 0.46% | - |
| HSV(B) | 19.06º | 0.53% | 0.62% | - |
| XYZ | 20.19 | 17.17 | 8.73 | - |
| YUV | 115.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 74 | 0 | 0.36 | 0.53 | 0.38 | 19.06 | 0.36 | 0.46 |
| Hex | 9F | 65 | 4A | 0 | 24 | 35 | 26 | 13 | 24 | 2E |
| Octal | 237 | 145 | 112 | 0 | 44 | 65 | 46 | 23 | 44 | 56 |
| Binary | 10011111 | 1100101 | 1001010 | 0 | 100100 | 110101 | 100110 | 10011 | 100100 | 101110 |
Color Harmonies of #9F654A
Complementary color
Monochromatic Colors of #9F654A
Black with #9F654A
Text Example
Text Example
White with #9F654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F654A; }
p { color: rgb(159,101,74); }
H1.HeaderClassName
{
color: #9F654A;
}
.AnyTagClassName
{
color: #9F654A;
}
</style>
background-color css
<style>
a { background-color: #9F654A; }
a { background-color: rgb(159,101,74); }
div.DivClassName
{
background-color: #9F654A;
}
.BgClassName
{
background-color: #9F654A;
}
</style>
border-color css
<style>
span { border-color: #9F654A; }
span { border-color: rgb(159,101,74); }
td.TdClassName
{
border-color: #9F654A;
}
.TagClassName
{
border-color: #9F654A;
}
</style>