Html Css Color HEX #E6B996 Pancho

📋 copy color: '#E6B996'

red 230 ◦ green 185 ◦ blue 150

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

Shades of Pancho #E6B996

Tints of Pancho #E6B996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.74%

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

R = 40.71%
G = 32.74%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6B996 (or 0xE6B996) is known color: Pancho. HEX triplet: E6, B9 and 96. RGB value is (230,185,150). Sum of RGB (Red+Green+Blue) = 230+185+150=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B996 is #194669. Grayscale: #C2C2C2. Windows color (decimal): -1656426 or 9877990. OLE color: 9877990.

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

Color convert

RGB 230 185 150 -
CMYK 0 0.20 0.35 0.10
HSL 26.25º 0.62% 0.75% -
HSV(B) 26.25º 0.35% 0.9% -
XYZ 55.49 53.72 36.3 -
YUV 194.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 230 185 150 0 0.20 0.35 0.10 26.25 0.62 0.75
Hex E6 B9 96 0 14 23 A 1A 3E 4B
Octal 346 271 226 0 24 43 12 32 76 113
Binary 11100110 10111001 10010110 0 10100 100011 1010 11010 111110 1001011

Color Harmonies of #E6B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B996

Black with #E6B996

Text Example


Text Example

White with #E6B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B996; }

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

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

background-color css

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

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

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

border-color css

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

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

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