Shades of Dark Tan #9F6E46
Tints of Dark Tan #9F6E46
RGB
CMYK
RGB Variations
Color information
#9F6E46 (or 0x9F6E46) is known color: Dark Tan. HEX triplet: 9F, 6E and 46. RGB value is (159,110,70). Sum of RGB (Red+Green+Blue) = 159+110+70=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6E46 is #6091B9. Grayscale: #787878. Windows color (decimal): -6328762 or 4615839. OLE color: 4615839.
HSL color Cylindrical-coordinate representation of color #9F6E46: hue angle of 26.97º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F6E46 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 110 | 70 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.38 |
| HSL | 26.97º | 0.39% | 0.45% | - |
| HSV(B) | 26.97º | 0.56% | 0.62% | - |
| XYZ | 20.98 | 18.96 | 8.35 | - |
| YUV | 120.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 70 | 0 | 0.31 | 0.56 | 0.38 | 26.97 | 0.39 | 0.45 |
| Hex | 9F | 6E | 46 | 0 | 1F | 38 | 26 | 1B | 27 | 2D |
| Octal | 237 | 156 | 106 | 0 | 37 | 70 | 46 | 33 | 47 | 55 |
| Binary | 10011111 | 1101110 | 1000110 | 0 | 11111 | 111000 | 100110 | 11011 | 100111 | 101101 |
Color Harmonies of #9F6E46
Complementary color
Monochromatic Colors of #9F6E46
Black with #9F6E46
Text Example
Text Example
White with #9F6E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6E46; }
p { color: rgb(159,110,70); }
H1.HeaderClassName
{
color: #9F6E46;
}
.AnyTagClassName
{
color: #9F6E46;
}
</style>
background-color css
<style>
a { background-color: #9F6E46; }
a { background-color: rgb(159,110,70); }
div.DivClassName
{
background-color: #9F6E46;
}
.BgClassName
{
background-color: #9F6E46;
}
</style>
border-color css
<style>
span { border-color: #9F6E46; }
span { border-color: rgb(159,110,70); }
td.TdClassName
{
border-color: #9F6E46;
}
.TagClassName
{
border-color: #9F6E46;
}
</style>