#E6C091

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

Shades of Pancho #E6C091

Tints of Pancho #E6C091

Color information

#E6C091 (or 0xE6C091) is unknown color: approx Pancho. HEX triplet: E6, C0 and 91. RGB value is (230,192,145). Sum of RGB (Red+Green+Blue) = 230+192+145=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C091 is #193F6E. Grayscale: #C6C6C6. Windows color (decimal): -1654639 or 9552102. OLE color: 9552102.

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

Color convert

RGB230192145-
CMYK00.170.370.10
HSL33.18º62.96%73.53%-
HSV(B)33.18º36.96%90.2%-
XYZ56.5956.5734.72-
YUV19898.09150.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.56%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 145 (57.03% from 255) = 25.57%
R=40.56%
G=33.86%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019214500.170.370.1033.1862.9673.53
HexE6C09101125A213f4a
Octal34630022102145124177112
Binary11100110110000001001000101000110010110101000011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C091; }

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

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

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

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

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

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

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

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