Shades of Dark Tan #9F6448
Tints of Dark Tan #9F6448
RGB
CMYK
RGB Variations
Color information
#9F6448 (or 0x9F6448) is known color: Dark Tan. HEX triplet: 9F, 64 and 48. RGB value is (159,100,72). Sum of RGB (Red+Green+Blue) = 159+100+72=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6448 is #609BB7. Grayscale: #727272. Windows color (decimal): -6331320 or 4744351. OLE color: 4744351.
HSL color Cylindrical-coordinate representation of color #9F6448: hue angle of 19.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F6448 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 72 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.38 |
| HSL | 19.31º | 0.38% | 0.45% | - |
| HSV(B) | 19.31º | 0.55% | 0.62% | - |
| XYZ | 20.02 | 16.95 | 8.35 | - |
| YUV | 114.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 72 | 0 | 0.37 | 0.55 | 0.38 | 19.31 | 0.38 | 0.45 |
| Hex | 9F | 64 | 48 | 0 | 25 | 37 | 26 | 13 | 26 | 2D |
| Octal | 237 | 144 | 110 | 0 | 45 | 67 | 46 | 23 | 46 | 55 |
| Binary | 10011111 | 1100100 | 1001000 | 0 | 100101 | 110111 | 100110 | 10011 | 100110 | 101101 |
Color Harmonies of #9F6448
Complementary color
Monochromatic Colors of #9F6448
Black with #9F6448
Text Example
Text Example
White with #9F6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6448; }
p { color: rgb(159,100,72); }
H1.HeaderClassName
{
color: #9F6448;
}
.AnyTagClassName
{
color: #9F6448;
}
</style>
background-color css
<style>
a { background-color: #9F6448; }
a { background-color: rgb(159,100,72); }
div.DivClassName
{
background-color: #9F6448;
}
.BgClassName
{
background-color: #9F6448;
}
</style>
border-color css
<style>
span { border-color: #9F6448; }
span { border-color: rgb(159,100,72); }
td.TdClassName
{
border-color: #9F6448;
}
.TagClassName
{
border-color: #9F6448;
}
</style>