Shades of Dark Tan #9E6D51
Tints of Dark Tan #9E6D51
RGB
CMYK
RGB Variations
Color information
#9E6D51 (or 0x9E6D51) is known color: Dark Tan. HEX triplet: 9E, 6D and 51. RGB value is (158,109,81). Sum of RGB (Red+Green+Blue) = 158+109+81=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D51 is #6192AE. Grayscale: #787878. Windows color (decimal): -6394543 or 5336478. OLE color: 5336478.
HSL color Cylindrical-coordinate representation of color #9E6D51: hue angle of 21.82º 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 #9E6D51 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 81 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.38 |
| HSL | 21.82º | 0.32% | 0.47% | - |
| HSV(B) | 21.82º | 0.49% | 0.62% | - |
| XYZ | 21.05 | 18.8 | 10.3 | - |
| YUV | 120.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 81 | 0 | 0.31 | 0.49 | 0.38 | 21.82 | 0.32 | 0.47 |
| Hex | 9E | 6D | 51 | 0 | 1F | 31 | 26 | 16 | 20 | 2F |
| Octal | 236 | 155 | 121 | 0 | 37 | 61 | 46 | 26 | 40 | 57 |
| Binary | 10011110 | 1101101 | 1010001 | 0 | 11111 | 110001 | 100110 | 10110 | 100000 | 101111 |
Color Harmonies of #9E6D51
Complementary color
Monochromatic Colors of #9E6D51
Black with #9E6D51
Text Example
Text Example
White with #9E6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D51; }
p { color: rgb(158,109,81); }
H1.HeaderClassName
{
color: #9E6D51;
}
.AnyTagClassName
{
color: #9E6D51;
}
</style>
background-color css
<style>
a { background-color: #9E6D51; }
a { background-color: rgb(158,109,81); }
div.DivClassName
{
background-color: #9E6D51;
}
.BgClassName
{
background-color: #9E6D51;
}
</style>
border-color css
<style>
span { border-color: #9E6D51; }
span { border-color: rgb(158,109,81); }
td.TdClassName
{
border-color: #9E6D51;
}
.TagClassName
{
border-color: #9E6D51;
}
</style>