Html Css Color HEX #E6B591 Pancho

📋 copy color: '#E6B591'

red 230 ◦ green 181 ◦ blue 145

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

Shades of Pancho #E6B591

Tints of Pancho #E6B591

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.55%

 BLUE value IS 145 (57.03% from 255) = 26.08%

R = 41.37%
G = 32.55%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6B591 (or 0xE6B591) is known color: Pancho. HEX triplet: E6, B5 and 91. RGB value is (230,181,145). Sum of RGB (Red+Green+Blue) = 230+181+145=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B591 is #194A6E. Grayscale: #BFBFBF. Windows color (decimal): -1657455 or 9549286. OLE color: 9549286.

HSL color Cylindrical-coordinate representation of color #E6B591: hue angle of 25.41º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6B591 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 145 -
CMYK 0 0.21 0.37 0.10
HSL 25.41º 0.63% 0.74% -
HSV(B) 25.41º 0.37% 0.9% -
XYZ 54.27 51.92 33.95 -
YUV 191.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 230 181 145 0 0.21 0.37 0.10 25.41 0.63 0.74
Hex E6 B5 91 0 15 25 A 19 3F 4A
Octal 346 265 221 0 25 45 12 31 77 112
Binary 11100110 10110101 10010001 0 10101 100101 1010 11001 111111 1001010

Color Harmonies of #E6B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B591

Black with #E6B591

Text Example


Text Example

White with #E6B591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B591; }

 p { color: rgb(230,181,145); }

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

background-color css

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

 a { background-color: rgb(230,181,145); }

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

border-color css

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

 span { border-color: rgb(230,181,145); }

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