#e6b797

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

Shades of Pancho #E6B797

Tints of Pancho #E6B797

Color information

#E6B797 (or 0xE6B797) is unknown color: approx Pancho. HEX triplet: E6, B7 and 97. RGB value is (230,183,151). Sum of RGB (Red+Green+Blue) = 230+183+151=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B797 is #194868. Grayscale: #C1C1C1. Windows color (decimal): -1656937 or 9943014. OLE color: 9943014.

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

Color convert

RGB230183151-
CMYK00.200.340.10
HSL24.3º61.24%74.71%-
HSV(B)24.3º34.35%90.2%-
XYZ55.1552.9236.59-
YUV193.4104.07154.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 183 (71.88% from 255) = 32.45%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=40.78%
G=32.45%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018315100.200.340.1024.361.2474.71
HexE6B79701422A183d4b
Octal34626722702442123075113
Binary1110011010110111100101110101001000101010110001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b797; }

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

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

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

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

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

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

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

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