#E6B695

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

Shades of Pancho #E6B695

Tints of Pancho #E6B695

Color information

#E6B695 (or 0xE6B695) is unknown color: approx Pancho. HEX triplet: E6, B6 and 95. RGB value is (230,182,149). Sum of RGB (Red+Green+Blue) = 230+182+149=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B695 is #19496A. Grayscale: #C0C0C0. Windows color (decimal): -1657195 or 9811686. OLE color: 9811686.

HSL color Cylindrical-coordinate representation of color #E6B695: hue angle of 24.44º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6B695 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230182149-
CMYK00.210.350.10
HSL24.44º61.83%74.31%-
HSV(B)24.44º35.22%90.2%-
XYZ54.7952.4535.67-
YUV192.59103.4154.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=41.00%
G=32.44%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018214900.210.350.1024.4461.8374.31
HexE6B69501523A183e4a
Octal34626622502543123076112
Binary1110011010110110100101010101011000111010110001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B695; }

 p { color: rgb(230,182,149); }

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

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

 a { background-color: rgb(230,182,149); }

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

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

 span { border-color: rgb(230,182,149); }

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