Shades of New Tan #E6C49A
Tints of New Tan #E6C49A
RGB
CMYK
RGB Variations
Color information
#E6C49A (or 0xE6C49A) is known color: New Tan. HEX triplet: E6, C4 and 9A. RGB value is (230,196,154). Sum of RGB (Red+Green+Blue) = 230+196+154=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C49A is #193B65. Grayscale: #C9C9C9. Windows color (decimal): -1653606 or 10142950. OLE color: 10142950.
HSL color Cylindrical-coordinate representation of color #E6C49A: hue angle of 33.16º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6C49A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 154 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.10 |
| HSL | 33.16º | 0.6% | 0.75% | - |
| HSV(B) | 33.16º | 0.33% | 0.9% | - |
| XYZ | 58.21 | 58.64 | 38.82 | - |
| YUV | 201.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 154 | 0 | 0.15 | 0.33 | 0.10 | 33.16 | 0.6 | 0.75 |
| Hex | E6 | C4 | 9A | 0 | F | 21 | A | 21 | 3C | 4B |
| Octal | 346 | 304 | 232 | 0 | 17 | 41 | 12 | 41 | 74 | 113 |
| Binary | 11100110 | 11000100 | 10011010 | 0 | 1111 | 100001 | 1010 | 100001 | 111100 | 1001011 |
Color Harmonies of #E6C49A
Complementary color
Monochromatic Colors of #E6C49A
Black with #E6C49A
Text Example
Text Example
White with #E6C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C49A; }
p { color: rgb(230,196,154); }
H1.HeaderClassName
{
color: #E6C49A;
}
.AnyTagClassName
{
color: #E6C49A;
}
</style>
background-color css
<style>
a { background-color: #E6C49A; }
a { background-color: rgb(230,196,154); }
div.DivClassName
{
background-color: #E6C49A;
}
.BgClassName
{
background-color: #E6C49A;
}
</style>
border-color css
<style>
span { border-color: #E6C49A; }
span { border-color: rgb(230,196,154); }
td.TdClassName
{
border-color: #E6C49A;
}
.TagClassName
{
border-color: #E6C49A;
}
</style>