#E6B794

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

Shades of Pancho #E6B794

Tints of Pancho #E6B794

Color information

#E6B794 (or 0xE6B794) is unknown color: approx Pancho. HEX triplet: E6, B7 and 94. RGB value is (230,183,148). Sum of RGB (Red+Green+Blue) = 230+183+148=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B794 is #19486B. Grayscale: #C1C1C1. Windows color (decimal): -1656940 or 9746406. OLE color: 9746406.

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

Color convert

RGB230183148-
CMYK00.200.360.10
HSL25.61º62.12%74.12%-
HSV(B)25.61º35.65%90.2%-
XYZ54.9152.8335.32-
YUV193.06102.57154.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=41.00%
G=32.62%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018314800.200.360.1025.6162.1274.12
HexE6B79401424A1a3e4a
Octal34626722402444123276112
Binary1110011010110111100101000101001001001010110101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B794; }

 p { color: rgb(230,183,148); }

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

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

 a { background-color: rgb(230,183,148); }

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

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

 span { border-color: rgb(230,183,148); }

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