#E6B799

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

Shades of Pancho #E6B799

Tints of Pancho #E6B799

Color information

#E6B799 (or 0xE6B799) is unknown color: approx Pancho. HEX triplet: E6, B7 and 99. RGB value is (230,183,153). Sum of RGB (Red+Green+Blue) = 230+183+153=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B799 is #194866. Grayscale: #C1C1C1. Windows color (decimal): -1656935 or 10074086. OLE color: 10074086.

HSL color Cylindrical-coordinate representation of color #E6B799: hue angle of 23.38º degrees, saturation: 0.61, 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 #E6B799 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230183153-
CMYK00.200.330.10
HSL23.38º60.63%75.1%-
HSV(B)23.38º33.48%90.2%-
XYZ55.3252.9937.45-
YUV193.63105.07153.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=40.64%
G=32.33%
B=27.03%

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
Decimal23018315300.200.330.1023.3860.6375.1
HexE6B79901421A173d4b
Octal34626723102441122775113
Binary1110011010110111100110010101001000011010101111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B799; }

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

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

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

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

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

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

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

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