Shades of Dark Tan #9E6D46
Tints of Dark Tan #9E6D46
RGB
CMYK
RGB Variations
Color information
#9E6D46 (or 0x9E6D46) is known color: Dark Tan. HEX triplet: 9E, 6D and 46. RGB value is (158,109,70). Sum of RGB (Red+Green+Blue) = 158+109+70=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6D46 is #6192B9. Grayscale: #777777. Windows color (decimal): -6394554 or 4615582. OLE color: 4615582.
HSL color Cylindrical-coordinate representation of color #9E6D46: hue angle of 26.59º 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 #9E6D46 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 70 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.38 |
| HSL | 26.59º | 0.39% | 0.45% | - |
| HSV(B) | 26.59º | 0.56% | 0.62% | - |
| XYZ | 20.67 | 18.65 | 8.3 | - |
| YUV | 119.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 70 | 0 | 0.31 | 0.56 | 0.38 | 26.59 | 0.39 | 0.45 |
| Hex | 9E | 6D | 46 | 0 | 1F | 38 | 26 | 1B | 27 | 2D |
| Octal | 236 | 155 | 106 | 0 | 37 | 70 | 46 | 33 | 47 | 55 |
| Binary | 10011110 | 1101101 | 1000110 | 0 | 11111 | 111000 | 100110 | 11011 | 100111 | 101101 |
Color Harmonies of #9E6D46
Complementary color
Monochromatic Colors of #9E6D46
Black with #9E6D46
Text Example
Text Example
White with #9E6D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D46; }
p { color: rgb(158,109,70); }
H1.HeaderClassName
{
color: #9E6D46;
}
.AnyTagClassName
{
color: #9E6D46;
}
</style>
background-color css
<style>
a { background-color: #9E6D46; }
a { background-color: rgb(158,109,70); }
div.DivClassName
{
background-color: #9E6D46;
}
.BgClassName
{
background-color: #9E6D46;
}
</style>
border-color css
<style>
span { border-color: #9E6D46; }
span { border-color: rgb(158,109,70); }
td.TdClassName
{
border-color: #9E6D46;
}
.TagClassName
{
border-color: #9E6D46;
}
</style>