Shades of New Tan #E6C19D
Tints of New Tan #E6C19D
RGB
CMYK
RGB Variations
Color information
#E6C19D (or 0xE6C19D) is known color: New Tan. HEX triplet: E6, C1 and 9D. RGB value is (230,193,157). Sum of RGB (Red+Green+Blue) = 230+193+157=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C19D is #193E62. Grayscale: #C8C8C8. Windows color (decimal): -1654371 or 10338790. OLE color: 10338790.
HSL color Cylindrical-coordinate representation of color #E6C19D: hue angle of 29.59º 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 #E6C19D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 157 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.10 |
| HSL | 29.59º | 0.59% | 0.76% | - |
| HSV(B) | 29.59º | 0.32% | 0.9% | - |
| XYZ | 57.79 | 57.4 | 39.93 | - |
| YUV | 199.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 157 | 0 | 0.16 | 0.32 | 0.10 | 29.59 | 0.59 | 0.76 |
| Hex | E6 | C1 | 9D | 0 | 10 | 20 | A | 1E | 3B | 4C |
| Octal | 346 | 301 | 235 | 0 | 20 | 40 | 12 | 36 | 73 | 114 |
| Binary | 11100110 | 11000001 | 10011101 | 0 | 10000 | 100000 | 1010 | 11110 | 111011 | 1001100 |
Color Harmonies of #E6C19D
Complementary color
Monochromatic Colors of #E6C19D
Black with #E6C19D
Text Example
Text Example
White with #E6C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C19D; }
p { color: rgb(230,193,157); }
H1.HeaderClassName
{
color: #E6C19D;
}
.AnyTagClassName
{
color: #E6C19D;
}
</style>
background-color css
<style>
a { background-color: #E6C19D; }
a { background-color: rgb(230,193,157); }
div.DivClassName
{
background-color: #E6C19D;
}
.BgClassName
{
background-color: #E6C19D;
}
</style>
border-color css
<style>
span { border-color: #E6C19D; }
span { border-color: rgb(230,193,157); }
td.TdClassName
{
border-color: #E6C19D;
}
.TagClassName
{
border-color: #E6C19D;
}
</style>