Shades of Dark Tan #9E6F51
Tints of Dark Tan #9E6F51
RGB
CMYK
RGB Variations
Color information
#9E6F51 (or 0x9E6F51) is known color: Dark Tan. HEX triplet: 9E, 6F and 51. RGB value is (158,111,81). Sum of RGB (Red+Green+Blue) = 158+111+81=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F51 is #6190AE. Grayscale: #797979. Windows color (decimal): -6394031 or 5336990. OLE color: 5336990.
HSL color Cylindrical-coordinate representation of color #9E6F51: hue angle of 23.38º 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 #9E6F51 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 81 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.38 |
| HSL | 23.38º | 0.32% | 0.47% | - |
| HSV(B) | 23.38º | 0.49% | 0.62% | - |
| XYZ | 21.27 | 19.23 | 10.38 | - |
| YUV | 121.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 81 | 0 | 0.30 | 0.49 | 0.38 | 23.38 | 0.32 | 0.47 |
| Hex | 9E | 6F | 51 | 0 | 1E | 31 | 26 | 17 | 20 | 2F |
| Octal | 236 | 157 | 121 | 0 | 36 | 61 | 46 | 27 | 40 | 57 |
| Binary | 10011110 | 1101111 | 1010001 | 0 | 11110 | 110001 | 100110 | 10111 | 100000 | 101111 |
Color Harmonies of #9E6F51
Complementary color
Monochromatic Colors of #9E6F51
Black with #9E6F51
Text Example
Text Example
White with #9E6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F51; }
p { color: rgb(158,111,81); }
H1.HeaderClassName
{
color: #9E6F51;
}
.AnyTagClassName
{
color: #9E6F51;
}
</style>
background-color css
<style>
a { background-color: #9E6F51; }
a { background-color: rgb(158,111,81); }
div.DivClassName
{
background-color: #9E6F51;
}
.BgClassName
{
background-color: #9E6F51;
}
</style>
border-color css
<style>
span { border-color: #9E6F51; }
span { border-color: rgb(158,111,81); }
td.TdClassName
{
border-color: #9E6F51;
}
.TagClassName
{
border-color: #9E6F51;
}
</style>