Shades of Dark Tan #9E6844
Tints of Dark Tan #9E6844
RGB
CMYK
RGB Variations
Color information
#9E6844 (or 0x9E6844) is known color: Dark Tan. HEX triplet: 9E, 68 and 44. RGB value is (158,104,68). Sum of RGB (Red+Green+Blue) = 158+104+68=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6844 is #6197BB. Grayscale: #747474. Windows color (decimal): -6395836 or 4483230. OLE color: 4483230.
HSL color Cylindrical-coordinate representation of color #9E6844: hue angle of 24º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E6844 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 68 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.38 |
| HSL | 24º | 0.4% | 0.44% | - |
| HSV(B) | 24º | 0.57% | 0.62% | - |
| XYZ | 20.09 | 17.59 | 7.8 | - |
| YUV | 116.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 68 | 0 | 0.34 | 0.57 | 0.38 | 24 | 0.4 | 0.44 |
| Hex | 9E | 68 | 44 | 0 | 22 | 39 | 26 | 18 | 28 | 2C |
| Octal | 236 | 150 | 104 | 0 | 42 | 71 | 46 | 30 | 50 | 54 |
| Binary | 10011110 | 1101000 | 1000100 | 0 | 100010 | 111001 | 100110 | 11000 | 101000 | 101100 |
Color Harmonies of #9E6844
Complementary color
Monochromatic Colors of #9E6844
Black with #9E6844
Text Example
Text Example
White with #9E6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6844; }
p { color: rgb(158,104,68); }
H1.HeaderClassName
{
color: #9E6844;
}
.AnyTagClassName
{
color: #9E6844;
}
</style>
background-color css
<style>
a { background-color: #9E6844; }
a { background-color: rgb(158,104,68); }
div.DivClassName
{
background-color: #9E6844;
}
.BgClassName
{
background-color: #9E6844;
}
</style>
border-color css
<style>
span { border-color: #9E6844; }
span { border-color: rgb(158,104,68); }
td.TdClassName
{
border-color: #9E6844;
}
.TagClassName
{
border-color: #9E6844;
}
</style>