#E7C6A1

Color #E7C6A1 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #E7C6A1

Tints of New Tan #E7C6A1

Color information

#E7C6A1 (or 0xE7C6A1) is unknown color: approx New Tan. HEX triplet: E7, C6 and A1. RGB value is (231,198,161). Sum of RGB (Red+Green+Blue) = 231+198+161=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C6A1 is #18395E. Grayscale: #CBCBCB. Windows color (decimal): -1587551 or 10602215. OLE color: 10602215.

HSL color Cylindrical-coordinate representation of color #E7C6A1: hue angle of 31.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7C6A1 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231198161-
CMYK00.140.300.09
HSL31.71º59.32%76.86%-
HSV(B)31.71º30.3%90.59%-
XYZ59.5859.9542.15-
YUV203.65103.93147.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=39.15%
G=33.56%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119816100.140.300.0931.7159.3276.86
HexE7C6A10E1E9203b4d
Octal34730624101636114073115
Binary111001111100011010100001011101111010011000001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6A1; }

 p { color: rgb(231,198,161); }

 H1.HeaderClassName
 {
   color: #E7C6A1;
 }
 .AnyTagClassName
 {
   color: #E7C6A1;
 }
</style>
background-color css

<style>
 a { background-color: #E7C6A1; }

 a { background-color: rgb(231,198,161); }

 div.DivClassName
 {
   background-color: #E7C6A1;
 }
 .BgClassName
 {
   background-color: #E7C6A1;
 }
</style>
border-color css

<style>
 span { border-color: #E7C6A1; }

 span { border-color: rgb(231,198,161); }

 td.TdClassName
 {
   border-color: #E7C6A1;
 }
 .TagClassName
 {
   border-color: #E7C6A1;
 }
</style>