#E6D79C

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

Shades of Hampton #E6D79C

Tints of Hampton #E6D79C

Color information

#E6D79C (or 0xE6D79C) is unknown color: approx Hampton. HEX triplet: E6, D7 and 9C. RGB value is (230,215,156). Sum of RGB (Red+Green+Blue) = 230+215+156=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D79C is #192863. Grayscale: #D5D5D5. Windows color (decimal): -1648740 or 10278886. OLE color: 10278886.

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

Color convert

RGB230215156-
CMYK00.070.320.10
HSL47.84º59.68%75.69%-
HSV(B)47.84º32.17%90.2%-
XYZ62.9367.8241.23-
YUV212.7695.97140.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 156 (61.33% from 255) = 25.96%
R=38.27%
G=35.77%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021515600.070.320.1047.8459.6875.69
HexE6D79C0720A303c4c
Octal3463272340740126074114
Binary111001101101011110011100011110000010101100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D79C; }

 p { color: rgb(230,215,156); }

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

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

 a { background-color: rgb(230,215,156); }

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

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

 span { border-color: rgb(230,215,156); }

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