Html Css Color HEX #E6B896 Pancho

📋 copy color: '#E6B896'

red 230 ◦ green 184 ◦ blue 150

#E6B896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pancho #E6B896

Tints of Pancho #E6B896

RGB

 RED value IS 230 (90.23% from 255) = 40.78%

 GREEN value IS 184 (72.27% from 255) = 32.62%

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 40.78%
G = 32.62%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6B896 (or 0xE6B896) is known color: Pancho. HEX triplet: E6, B8 and 96. RGB value is (230,184,150). Sum of RGB (Red+Green+Blue) = 230+184+150=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B896 is #194769. Grayscale: #C2C2C2. Windows color (decimal): -1656682 or 9877734. OLE color: 9877734.

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

Color convert

RGB 230 184 150 -
CMYK 0 0.2 0.35 0.10
HSL 25.5º 0.62% 0.75% -
HSV(B) 25.5º 0.35% 0.9% -
XYZ 55.28 53.31 36.23 -
YUV 193.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 230 184 150 0 0.2 0.35 0.10 25.5 0.62 0.75
Hex E6 B8 96 0 14 23 A 1A 3E 4B
Octal 346 270 226 0 24 43 12 32 76 113
Binary 11100110 10111000 10010110 0 10100 100011 1010 11010 111110 1001011

Color Harmonies of #E6B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B896

Black with #E6B896

Text Example


Text Example

White with #E6B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B896; }

 p { color: rgb(230,184,150); }

 H1.HeaderClassName
 {
   color: #E6B896;
 }
 .AnyTagClassName
 {
   color: #E6B896;
 }
</style>

background-color css

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

 a { background-color: rgb(230,184,150); }

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

border-color css

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

 span { border-color: rgb(230,184,150); }

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