Shades of New Tan #E6C39C
Tints of New Tan #E6C39C
RGB
CMYK
RGB Variations
Color information
#E6C39C (or 0xE6C39C) is known color: New Tan. HEX triplet: E6, C3 and 9C. RGB value is (230,195,156). Sum of RGB (Red+Green+Blue) = 230+195+156=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C39C is #193C63. Grayscale: #C9C9C9. Windows color (decimal): -1653860 or 10273766. OLE color: 10273766.
HSL color Cylindrical-coordinate representation of color #E6C39C: hue angle of 31.62º degrees, saturation: 0.6, 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 #E6C39C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 156 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.10 |
| HSL | 31.62º | 0.6% | 0.76% | - |
| HSV(B) | 31.62º | 0.32% | 0.9% | - |
| XYZ | 58.15 | 58.25 | 39.63 | - |
| YUV | 201.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 156 | 0 | 0.15 | 0.32 | 0.10 | 31.62 | 0.6 | 0.76 |
| Hex | E6 | C3 | 9C | 0 | F | 20 | A | 20 | 3C | 4C |
| Octal | 346 | 303 | 234 | 0 | 17 | 40 | 12 | 40 | 74 | 114 |
| Binary | 11100110 | 11000011 | 10011100 | 0 | 1111 | 100000 | 1010 | 100000 | 111100 | 1001100 |
Color Harmonies of #E6C39C
Complementary color
Monochromatic Colors of #E6C39C
Black with #E6C39C
Text Example
Text Example
White with #E6C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C39C; }
p { color: rgb(230,195,156); }
H1.HeaderClassName
{
color: #E6C39C;
}
.AnyTagClassName
{
color: #E6C39C;
}
</style>
background-color css
<style>
a { background-color: #E6C39C; }
a { background-color: rgb(230,195,156); }
div.DivClassName
{
background-color: #E6C39C;
}
.BgClassName
{
background-color: #E6C39C;
}
</style>
border-color css
<style>
span { border-color: #E6C39C; }
span { border-color: rgb(230,195,156); }
td.TdClassName
{
border-color: #E6C39C;
}
.TagClassName
{
border-color: #E6C39C;
}
</style>