Shades of New Tan #E6C196
Tints of New Tan #E6C196
RGB
CMYK
RGB Variations
Color information
#E6C196 (or 0xE6C196) is known color: New Tan. HEX triplet: E6, C1 and 96. RGB value is (230,193,150). Sum of RGB (Red+Green+Blue) = 230+193+150=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C196 is #193E69. Grayscale: #C7C7C7. Windows color (decimal): -1654378 or 9880038. OLE color: 9880038.
HSL color Cylindrical-coordinate representation of color #E6C196: hue angle of 32.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6C196 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 150 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.10 |
| HSL | 32.25º | 0.62% | 0.75% | - |
| HSV(B) | 32.25º | 0.35% | 0.9% | - |
| XYZ | 57.21 | 57.16 | 36.87 | - |
| YUV | 199.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 150 | 0 | 0.16 | 0.35 | 0.10 | 32.25 | 0.62 | 0.75 |
| Hex | E6 | C1 | 96 | 0 | 10 | 23 | A | 20 | 3E | 4B |
| Octal | 346 | 301 | 226 | 0 | 20 | 43 | 12 | 40 | 76 | 113 |
| Binary | 11100110 | 11000001 | 10010110 | 0 | 10000 | 100011 | 1010 | 100000 | 111110 | 1001011 |
Color Harmonies of #E6C196
Complementary color
Monochromatic Colors of #E6C196
Black with #E6C196
Text Example
Text Example
White with #E6C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C196; }
p { color: rgb(230,193,150); }
H1.HeaderClassName
{
color: #E6C196;
}
.AnyTagClassName
{
color: #E6C196;
}
</style>
background-color css
<style>
a { background-color: #E6C196; }
a { background-color: rgb(230,193,150); }
div.DivClassName
{
background-color: #E6C196;
}
.BgClassName
{
background-color: #E6C196;
}
</style>
border-color css
<style>
span { border-color: #E6C196; }
span { border-color: rgb(230,193,150); }
td.TdClassName
{
border-color: #E6C196;
}
.TagClassName
{
border-color: #E6C196;
}
</style>