#E6B38D

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

Shades of Pancho #E6B38D

Tints of Pancho #E6B38D

Color information

#E6B38D (or 0xE6B38D) is unknown color: approx Pancho. HEX triplet: E6, B3 and 8D. RGB value is (230,179,141). Sum of RGB (Red+Green+Blue) = 230+179+141=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B38D is #194C72. Grayscale: #BEBEBE. Windows color (decimal): -1657971 or 9286630. OLE color: 9286630.

HSL color Cylindrical-coordinate representation of color #E6B38D: hue angle of 25.62º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6B38D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230179141-
CMYK00.220.390.10
HSL25.62º64.03%72.75%-
HSV(B)25.62º38.7%90.2%-
XYZ53.5650.9932.22-
YUV189.92100.4156.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=41.82%
G=32.55%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017914100.220.390.1025.6264.0372.75
HexE6B38D01627A1a4049
Octal346263215026471232100111
Binary11100110101100111000110101011010011110101101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B38D; }

 p { color: rgb(230,179,141); }

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

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

 a { background-color: rgb(230,179,141); }

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

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

 span { border-color: rgb(230,179,141); }

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