Shades of Dark Tan #9E6F47
Tints of Dark Tan #9E6F47
RGB
CMYK
RGB Variations
Color information
#9E6F47 (or 0x9E6F47) is known color: Dark Tan. HEX triplet: 9E, 6F and 47. RGB value is (158,111,71). Sum of RGB (Red+Green+Blue) = 158+111+71=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6F47 is #6190B8. Grayscale: #787878. Windows color (decimal): -6394041 or 4681630. OLE color: 4681630.
HSL color Cylindrical-coordinate representation of color #9E6F47: hue angle of 27.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E6F47 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 71 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.38 |
| HSL | 27.59º | 0.38% | 0.45% | - |
| HSV(B) | 27.59º | 0.55% | 0.62% | - |
| XYZ | 20.92 | 19.09 | 8.54 | - |
| YUV | 120.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 71 | 0 | 0.30 | 0.55 | 0.38 | 27.59 | 0.38 | 0.45 |
| Hex | 9E | 6F | 47 | 0 | 1E | 37 | 26 | 1C | 26 | 2D |
| Octal | 236 | 157 | 107 | 0 | 36 | 67 | 46 | 34 | 46 | 55 |
| Binary | 10011110 | 1101111 | 1000111 | 0 | 11110 | 110111 | 100110 | 11100 | 100110 | 101101 |
Color Harmonies of #9E6F47
Complementary color
Monochromatic Colors of #9E6F47
Black with #9E6F47
Text Example
Text Example
White with #9E6F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F47; }
p { color: rgb(158,111,71); }
H1.HeaderClassName
{
color: #9E6F47;
}
.AnyTagClassName
{
color: #9E6F47;
}
</style>
background-color css
<style>
a { background-color: #9E6F47; }
a { background-color: rgb(158,111,71); }
div.DivClassName
{
background-color: #9E6F47;
}
.BgClassName
{
background-color: #9E6F47;
}
</style>
border-color css
<style>
span { border-color: #9E6F47; }
span { border-color: rgb(158,111,71); }
td.TdClassName
{
border-color: #9E6F47;
}
.TagClassName
{
border-color: #9E6F47;
}
</style>