Shades of Dark Tan #9E694E
Tints of Dark Tan #9E694E
RGB
CMYK
RGB Variations
Color information
#9E694E (or 0x9E694E) is known color: Dark Tan. HEX triplet: 9E, 69 and 4E. RGB value is (158,105,78). Sum of RGB (Red+Green+Blue) = 158+105+78=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E694E is #6196B1. Grayscale: #757575. Windows color (decimal): -6395570 or 5138846. OLE color: 5138846.
HSL color Cylindrical-coordinate representation of color #9E694E: hue angle of 20.25º 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 #9E694E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 78 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.38 |
| HSL | 20.25º | 0.34% | 0.46% | - |
| HSV(B) | 20.25º | 0.51% | 0.62% | - |
| XYZ | 20.53 | 17.92 | 9.59 | - |
| YUV | 117.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 78 | 0 | 0.34 | 0.51 | 0.38 | 20.25 | 0.34 | 0.46 |
| Hex | 9E | 69 | 4E | 0 | 22 | 33 | 26 | 14 | 22 | 2E |
| Octal | 236 | 151 | 116 | 0 | 42 | 63 | 46 | 24 | 42 | 56 |
| Binary | 10011110 | 1101001 | 1001110 | 0 | 100010 | 110011 | 100110 | 10100 | 100010 | 101110 |
Color Harmonies of #9E694E
Complementary color
Monochromatic Colors of #9E694E
Black with #9E694E
Text Example
Text Example
White with #9E694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E694E; }
p { color: rgb(158,105,78); }
H1.HeaderClassName
{
color: #9E694E;
}
.AnyTagClassName
{
color: #9E694E;
}
</style>
background-color css
<style>
a { background-color: #9E694E; }
a { background-color: rgb(158,105,78); }
div.DivClassName
{
background-color: #9E694E;
}
.BgClassName
{
background-color: #9E694E;
}
</style>
border-color css
<style>
span { border-color: #9E694E; }
span { border-color: rgb(158,105,78); }
td.TdClassName
{
border-color: #9E694E;
}
.TagClassName
{
border-color: #9E694E;
}
</style>