#E6B99A

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

Shades of Pancho #E6B99A

Tints of Pancho #E6B99A

Color information

#E6B99A (or 0xE6B99A) is unknown color: approx Pancho. HEX triplet: E6, B9 and 9A. RGB value is (230,185,154). Sum of RGB (Red+Green+Blue) = 230+185+154=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B99A is #194665. Grayscale: #C3C3C3. Windows color (decimal): -1656422 or 10140134. OLE color: 10140134.

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

Color convert

RGB230185154-
CMYK00.200.330.10
HSL24.47º60.32%75.29%-
HSV(B)24.47º33.04%90.2%-
XYZ55.8153.8538.02-
YUV194.92104.91153.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=40.42%
G=32.51%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018515400.200.330.1024.4760.3275.29
HexE6B99A01421A183c4b
Octal34627123202441123074113
Binary1110011010111001100110100101001000011010110001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B99A; }

 p { color: rgb(230,185,154); }

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

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

 a { background-color: rgb(230,185,154); }

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

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

 span { border-color: rgb(230,185,154); }

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