Shades of Dark Tan #9F644A
Tints of Dark Tan #9F644A
RGB
CMYK
RGB Variations
Color information
#9F644A (or 0x9F644A) is known color: Dark Tan. HEX triplet: 9F, 64 and 4A. RGB value is (159,100,74). Sum of RGB (Red+Green+Blue) = 159+100+74=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F644A is #609BB5. Grayscale: #727272. Windows color (decimal): -6331318 or 4875423. OLE color: 4875423.
HSL color Cylindrical-coordinate representation of color #9F644A: hue angle of 18.35º 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 #9F644A is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 74 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.38 |
| HSL | 18.35º | 0.36% | 0.46% | - |
| HSV(B) | 18.35º | 0.53% | 0.62% | - |
| XYZ | 20.09 | 16.98 | 8.7 | - |
| YUV | 114.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 74 | 0 | 0.37 | 0.53 | 0.38 | 18.35 | 0.36 | 0.46 |
| Hex | 9F | 64 | 4A | 0 | 25 | 35 | 26 | 12 | 24 | 2E |
| Octal | 237 | 144 | 112 | 0 | 45 | 65 | 46 | 22 | 44 | 56 |
| Binary | 10011111 | 1100100 | 1001010 | 0 | 100101 | 110101 | 100110 | 10010 | 100100 | 101110 |
Color Harmonies of #9F644A
Complementary color
Monochromatic Colors of #9F644A
Black with #9F644A
Text Example
Text Example
White with #9F644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F644A; }
p { color: rgb(159,100,74); }
H1.HeaderClassName
{
color: #9F644A;
}
.AnyTagClassName
{
color: #9F644A;
}
</style>
background-color css
<style>
a { background-color: #9F644A; }
a { background-color: rgb(159,100,74); }
div.DivClassName
{
background-color: #9F644A;
}
.BgClassName
{
background-color: #9F644A;
}
</style>
border-color css
<style>
span { border-color: #9F644A; }
span { border-color: rgb(159,100,74); }
td.TdClassName
{
border-color: #9F644A;
}
.TagClassName
{
border-color: #9F644A;
}
</style>