#e6b18d

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

Shades of Pancho #E6B18D

Tints of Pancho #E6B18D

Color information

#E6B18D (or 0xE6B18D) is unknown color: approx Pancho. HEX triplet: E6, B1 and 8D. RGB value is (230,177,141). Sum of RGB (Red+Green+Blue) = 230+177+141=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B18D is #194E72. Grayscale: #BCBCBC. Windows color (decimal): -1658483 or 9286118. OLE color: 9286118.

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

Color convert

RGB230177141-
CMYK00.230.390.10
HSL24.27º64.03%72.75%-
HSV(B)24.27º38.7%90.2%-
XYZ53.1650.1932.09-
YUV188.74101.06157.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=41.97%
G=32.30%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017714100.230.390.1024.2764.0372.75
HexE6B18D01727A184049
Octal346261215027471230100111
Binary11100110101100011000110101011110011110101100010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b18d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b18d; }

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

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

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

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

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

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

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

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