Shades of Dark Tan #9E664C
Tints of Dark Tan #9E664C
RGB
CMYK
RGB Variations
Color information
#9E664C (or 0x9E664C) is known color: Dark Tan. HEX triplet: 9E, 66 and 4C. RGB value is (158,102,76). Sum of RGB (Red+Green+Blue) = 158+102+76=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E664C is #6199B3. Grayscale: #737373. Windows color (decimal): -6396340 or 5007006. OLE color: 5007006.
HSL color Cylindrical-coordinate representation of color #9E664C: hue angle of 19.02º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E664C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 76 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.38 |
| HSL | 19.02º | 0.35% | 0.46% | - |
| HSV(B) | 19.02º | 0.52% | 0.62% | - |
| XYZ | 20.16 | 17.29 | 9.11 | - |
| YUV | 115.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 76 | 0 | 0.35 | 0.52 | 0.38 | 19.02 | 0.35 | 0.46 |
| Hex | 9E | 66 | 4C | 0 | 23 | 34 | 26 | 13 | 23 | 2E |
| Octal | 236 | 146 | 114 | 0 | 43 | 64 | 46 | 23 | 43 | 56 |
| Binary | 10011110 | 1100110 | 1001100 | 0 | 100011 | 110100 | 100110 | 10011 | 100011 | 101110 |
Color Harmonies of #9E664C
Complementary color
Monochromatic Colors of #9E664C
Black with #9E664C
Text Example
Text Example
White with #9E664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E664C; }
p { color: rgb(158,102,76); }
H1.HeaderClassName
{
color: #9E664C;
}
.AnyTagClassName
{
color: #9E664C;
}
</style>
background-color css
<style>
a { background-color: #9E664C; }
a { background-color: rgb(158,102,76); }
div.DivClassName
{
background-color: #9E664C;
}
.BgClassName
{
background-color: #9E664C;
}
</style>
border-color css
<style>
span { border-color: #9E664C; }
span { border-color: rgb(158,102,76); }
td.TdClassName
{
border-color: #9E664C;
}
.TagClassName
{
border-color: #9E664C;
}
</style>