#E6C0A0

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

Shades of New Tan #E6C0A0

Tints of New Tan #E6C0A0

Color information

#E6C0A0 (or 0xE6C0A0) is unknown color: approx New Tan. HEX triplet: E6, C0 and A0. RGB value is (230,192,160). Sum of RGB (Red+Green+Blue) = 230+192+160=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C0A0 is #193F5F. Grayscale: #C7C7C7. Windows color (decimal): -1654624 or 10535142. OLE color: 10535142.

HSL color Cylindrical-coordinate representation of color #E6C0A0: hue angle of 27.43º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6C0A0 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230192160-
CMYK00.170.300.10
HSL27.43º58.33%76.47%-
HSV(B)27.43º30.43%90.2%-
XYZ57.8357.0641.22-
YUV199.71105.59149.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=39.52%
G=32.99%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019216000.170.300.1027.4358.3376.47
HexE6C0A00111EA1b3a4c
Octal34630024002136123372114
Binary111001101100000010100000010001111101010110111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C0A0; }

 p { color: rgb(230,192,160); }

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

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

 a { background-color: rgb(230,192,160); }

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

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

 span { border-color: rgb(230,192,160); }

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