Shades of New Tan #E6C79D
Tints of New Tan #E6C79D
RGB
CMYK
RGB Variations
Color information
#E6C79D (or 0xE6C79D) is known color: New Tan. HEX triplet: E6, C7 and 9D. RGB value is (230,199,157). Sum of RGB (Red+Green+Blue) = 230+199+157=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C79D is #193862. Grayscale: #CBCBCB. Windows color (decimal): -1652835 or 10340326. OLE color: 10340326.
HSL color Cylindrical-coordinate representation of color #E6C79D: hue angle of 34.52º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6C79D is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 157 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.10 |
| HSL | 34.52º | 0.59% | 0.76% | - |
| HSV(B) | 34.52º | 0.32% | 0.9% | - |
| XYZ | 59.14 | 60.1 | 40.38 | - |
| YUV | 203.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 157 | 0 | 0.13 | 0.32 | 0.10 | 34.52 | 0.59 | 0.76 |
| Hex | E6 | C7 | 9D | 0 | D | 20 | A | 23 | 3B | 4C |
| Octal | 346 | 307 | 235 | 0 | 15 | 40 | 12 | 43 | 73 | 114 |
| Binary | 11100110 | 11000111 | 10011101 | 0 | 1101 | 100000 | 1010 | 100011 | 111011 | 1001100 |
Color Harmonies of #E6C79D
Complementary color
Monochromatic Colors of #E6C79D
Black with #E6C79D
Text Example
Text Example
White with #E6C79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C79D; }
p { color: rgb(230,199,157); }
H1.HeaderClassName
{
color: #E6C79D;
}
.AnyTagClassName
{
color: #E6C79D;
}
</style>
background-color css
<style>
a { background-color: #E6C79D; }
a { background-color: rgb(230,199,157); }
div.DivClassName
{
background-color: #E6C79D;
}
.BgClassName
{
background-color: #E6C79D;
}
</style>
border-color css
<style>
span { border-color: #E6C79D; }
span { border-color: rgb(230,199,157); }
td.TdClassName
{
border-color: #E6C79D;
}
.TagClassName
{
border-color: #E6C79D;
}
</style>