Html Css Color HEX #E6B796 Pancho

📋 copy color: '#E6B796'

red 230 ◦ green 183 ◦ blue 150

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

Shades of Pancho #E6B796

Tints of Pancho #E6B796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.5%

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

R = 40.85%
G = 32.5%
B = 26.64%

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

#E6B796 (or 0xE6B796) is known color: Pancho. HEX triplet: E6, B7 and 96. RGB value is (230,183,150). Sum of RGB (Red+Green+Blue) = 230+183+150=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B796 is #194869. Grayscale: #C1C1C1. Windows color (decimal): -1656938 or 9877478. OLE color: 9877478.

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

Color convert

RGB 230 183 150 -
CMYK 0 0.20 0.35 0.10
HSL 24.75º 0.62% 0.75% -
HSV(B) 24.75º 0.35% 0.9% -
XYZ 55.07 52.89 36.16 -
YUV 193.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 230 183 150 0 0.20 0.35 0.10 24.75 0.62 0.75
Hex E6 B7 96 0 14 23 A 19 3E 4B
Octal 346 267 226 0 24 43 12 31 76 113
Binary 11100110 10110111 10010110 0 10100 100011 1010 11001 111110 1001011

Color Harmonies of #E6B796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B796

Black with #E6B796

Text Example


Text Example

White with #E6B796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B796; }

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

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

background-color css

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

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

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

border-color css

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

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

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