#E6BE9D

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

Shades of New Tan #E6BE9D

Tints of New Tan #E6BE9D

Color information

#E6BE9D (or 0xE6BE9D) is unknown color: approx New Tan. HEX triplet: E6, BE and 9D. RGB value is (230,190,157). Sum of RGB (Red+Green+Blue) = 230+190+157=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE9D is #194162. Grayscale: #C6C6C6. Windows color (decimal): -1655139 or 10338022. OLE color: 10338022.

HSL color Cylindrical-coordinate representation of color #E6BE9D: hue angle of 27.12º degrees, saturation: 0.59, 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 #E6BE9D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230190157-
CMYK00.170.320.10
HSL27.12º59.35%75.88%-
HSV(B)27.12º31.74%90.2%-
XYZ57.1356.0839.71-
YUV198.2104.75150.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=39.86%
G=32.93%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019015700.170.320.1027.1259.3575.88
HexE6BE9D01120A1b3b4c
Octal34627623502140123373114
Binary1110011010111110100111010100011000001010110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BE9D; }

 p { color: rgb(230,190,157); }

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

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

 a { background-color: rgb(230,190,157); }

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

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

 span { border-color: rgb(230,190,157); }

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