Shades of Dark Tan #9E6B49
Tints of Dark Tan #9E6B49
RGB
CMYK
RGB Variations
Color information
#9E6B49 (or 0x9E6B49) is known color: Dark Tan. HEX triplet: 9E, 6B and 49. RGB value is (158,107,73). Sum of RGB (Red+Green+Blue) = 158+107+73=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6B49 is #6194B6. Grayscale: #767676. Windows color (decimal): -6395063 or 4811678. OLE color: 4811678.
HSL color Cylindrical-coordinate representation of color #9E6B49: hue angle of 24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6B49 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 73 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.38 |
| HSL | 24º | 0.37% | 0.45% | - |
| HSV(B) | 24º | 0.54% | 0.62% | - |
| XYZ | 20.56 | 18.27 | 8.75 | - |
| YUV | 118.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 73 | 0 | 0.32 | 0.54 | 0.38 | 24 | 0.37 | 0.45 |
| Hex | 9E | 6B | 49 | 0 | 20 | 36 | 26 | 18 | 25 | 2D |
| Octal | 236 | 153 | 111 | 0 | 40 | 66 | 46 | 30 | 45 | 55 |
| Binary | 10011110 | 1101011 | 1001001 | 0 | 100000 | 110110 | 100110 | 11000 | 100101 | 101101 |
Color Harmonies of #9E6B49
Complementary color
Monochromatic Colors of #9E6B49
Black with #9E6B49
Text Example
Text Example
White with #9E6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B49; }
p { color: rgb(158,107,73); }
H1.HeaderClassName
{
color: #9E6B49;
}
.AnyTagClassName
{
color: #9E6B49;
}
</style>
background-color css
<style>
a { background-color: #9E6B49; }
a { background-color: rgb(158,107,73); }
div.DivClassName
{
background-color: #9E6B49;
}
.BgClassName
{
background-color: #9E6B49;
}
</style>
border-color css
<style>
span { border-color: #9E6B49; }
span { border-color: rgb(158,107,73); }
td.TdClassName
{
border-color: #9E6B49;
}
.TagClassName
{
border-color: #9E6B49;
}
</style>