Shades of Dark Tan #9E6D4D
Tints of Dark Tan #9E6D4D
RGB
CMYK
RGB Variations
Color information
#9E6D4D (or 0x9E6D4D) is known color: Dark Tan. HEX triplet: 9E, 6D and 4D. RGB value is (158,109,77). Sum of RGB (Red+Green+Blue) = 158+109+77=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D4D is #6192B2. Grayscale: #787878. Windows color (decimal): -6394547 or 5074334. OLE color: 5074334.
HSL color Cylindrical-coordinate representation of color #9E6D4D: hue angle of 23.7º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6D4D is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 77 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.38 |
| HSL | 23.7º | 0.34% | 0.46% | - |
| HSV(B) | 23.7º | 0.51% | 0.62% | - |
| XYZ | 20.91 | 18.74 | 9.54 | - |
| YUV | 120 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 77 | 0 | 0.31 | 0.51 | 0.38 | 23.7 | 0.34 | 0.46 |
| Hex | 9E | 6D | 4D | 0 | 1F | 33 | 26 | 18 | 22 | 2E |
| Octal | 236 | 155 | 115 | 0 | 37 | 63 | 46 | 30 | 42 | 56 |
| Binary | 10011110 | 1101101 | 1001101 | 0 | 11111 | 110011 | 100110 | 11000 | 100010 | 101110 |
Color Harmonies of #9E6D4D
Complementary color
Monochromatic Colors of #9E6D4D
Black with #9E6D4D
Text Example
Text Example
White with #9E6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D4D; }
p { color: rgb(158,109,77); }
H1.HeaderClassName
{
color: #9E6D4D;
}
.AnyTagClassName
{
color: #9E6D4D;
}
</style>
background-color css
<style>
a { background-color: #9E6D4D; }
a { background-color: rgb(158,109,77); }
div.DivClassName
{
background-color: #9E6D4D;
}
.BgClassName
{
background-color: #9E6D4D;
}
</style>
border-color css
<style>
span { border-color: #9E6D4D; }
span { border-color: rgb(158,109,77); }
td.TdClassName
{
border-color: #9E6D4D;
}
.TagClassName
{
border-color: #9E6D4D;
}
</style>