Shades of Dark Tan #9F6C51
Tints of Dark Tan #9F6C51
RGB
CMYK
RGB Variations
Color information
#9F6C51 (or 0x9F6C51) is known color: Dark Tan. HEX triplet: 9F, 6C and 51. RGB value is (159,108,81). Sum of RGB (Red+Green+Blue) = 159+108+81=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C51 is #6093AE. Grayscale: #787878. Windows color (decimal): -6329263 or 5336223. OLE color: 5336223.
HSL color Cylindrical-coordinate representation of color #9F6C51: hue angle of 20.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F6C51 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 81 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.38 |
| HSL | 20.77º | 0.33% | 0.47% | - |
| HSV(B) | 20.77º | 0.49% | 0.62% | - |
| XYZ | 21.15 | 18.69 | 10.28 | - |
| YUV | 120.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 81 | 0 | 0.32 | 0.49 | 0.38 | 20.77 | 0.33 | 0.47 |
| Hex | 9F | 6C | 51 | 0 | 20 | 31 | 26 | 15 | 20 | 2F |
| Octal | 237 | 154 | 121 | 0 | 40 | 61 | 46 | 25 | 40 | 57 |
| Binary | 10011111 | 1101100 | 1010001 | 0 | 100000 | 110001 | 100110 | 10101 | 100000 | 101111 |
Color Harmonies of #9F6C51
Complementary color
Monochromatic Colors of #9F6C51
Black with #9F6C51
Text Example
Text Example
White with #9F6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C51; }
p { color: rgb(159,108,81); }
H1.HeaderClassName
{
color: #9F6C51;
}
.AnyTagClassName
{
color: #9F6C51;
}
</style>
background-color css
<style>
a { background-color: #9F6C51; }
a { background-color: rgb(159,108,81); }
div.DivClassName
{
background-color: #9F6C51;
}
.BgClassName
{
background-color: #9F6C51;
}
</style>
border-color css
<style>
span { border-color: #9F6C51; }
span { border-color: rgb(159,108,81); }
td.TdClassName
{
border-color: #9F6C51;
}
.TagClassName
{
border-color: #9F6C51;
}
</style>