Html Css Color HEX #E6B696 Pancho

📋 copy color: '#E6B696'

red 230 ◦ green 182 ◦ blue 150

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

Shades of Pancho #E6B696

Tints of Pancho #E6B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.38%

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

R = 40.93%
G = 32.38%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6B696 (or 0xE6B696) is known color: Pancho. HEX triplet: E6, B6 and 96. RGB value is (230,182,150). Sum of RGB (Red+Green+Blue) = 230+182+150=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B696 is #194969. Grayscale: #C0C0C0. Windows color (decimal): -1657194 or 9877222. OLE color: 9877222.

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

Color convert

RGB 230 182 150 -
CMYK 0 0.21 0.35 0.10
HSL 24º 0.62% 0.75% -
HSV(B) 24º 0.35% 0.9% -
XYZ 54.87 52.48 36.09 -
YUV 192.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 230 182 150 0 0.21 0.35 0.10 24 0.62 0.75
Hex E6 B6 96 0 15 23 A 18 3E 4B
Octal 346 266 226 0 25 43 12 30 76 113
Binary 11100110 10110110 10010110 0 10101 100011 1010 11000 111110 1001011

Color Harmonies of #E6B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B696

Black with #E6B696

Text Example


Text Example

White with #E6B696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B696; }

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

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

background-color css

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

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

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

border-color css

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

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

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