Shades of Dark Tan #9E664D
Tints of Dark Tan #9E664D
RGB
CMYK
RGB Variations
Color information
#9E664D (or 0x9E664D) is known color: Dark Tan. HEX triplet: 9E, 66 and 4D. RGB value is (158,102,77). Sum of RGB (Red+Green+Blue) = 158+102+77=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E664D is #6199B2. Grayscale: #747474. Windows color (decimal): -6396339 or 5072542. OLE color: 5072542.
HSL color Cylindrical-coordinate representation of color #9E664D: hue angle of 18.52º 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 #9E664D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 77 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.38 |
| HSL | 18.52º | 0.34% | 0.46% | - |
| HSV(B) | 18.52º | 0.51% | 0.62% | - |
| XYZ | 20.19 | 17.31 | 9.3 | - |
| YUV | 115.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 77 | 0 | 0.35 | 0.51 | 0.38 | 18.52 | 0.34 | 0.46 |
| Hex | 9E | 66 | 4D | 0 | 23 | 33 | 26 | 13 | 22 | 2E |
| Octal | 236 | 146 | 115 | 0 | 43 | 63 | 46 | 23 | 42 | 56 |
| Binary | 10011110 | 1100110 | 1001101 | 0 | 100011 | 110011 | 100110 | 10011 | 100010 | 101110 |
Color Harmonies of #9E664D
Complementary color
Monochromatic Colors of #9E664D
Black with #9E664D
Text Example
Text Example
White with #9E664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E664D; }
p { color: rgb(158,102,77); }
H1.HeaderClassName
{
color: #9E664D;
}
.AnyTagClassName
{
color: #9E664D;
}
</style>
background-color css
<style>
a { background-color: #9E664D; }
a { background-color: rgb(158,102,77); }
div.DivClassName
{
background-color: #9E664D;
}
.BgClassName
{
background-color: #9E664D;
}
</style>
border-color css
<style>
span { border-color: #9E664D; }
span { border-color: rgb(158,102,77); }
td.TdClassName
{
border-color: #9E664D;
}
.TagClassName
{
border-color: #9E664D;
}
</style>