#867E32

Color #867E32 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #867E32

Tints of Pesto #867E32

Color information

#867E32 (or 0x867E32) is unknown color: approx Pesto. HEX triplet: 86, 7E and 32. RGB value is (134,126,50). Sum of RGB (Red+Green+Blue) = 134+126+50=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #867E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E32 is #7981CD. Grayscale: #787878. Windows color (decimal): -7963086 or 3309190. OLE color: 3309190.

HSL color Cylindrical-coordinate representation of color #867E32: hue angle of 54.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #867E32 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13412650-
CMYK00.060.630.47
HSL54.29º45.65%36.08%-
HSV(B)54.29º62.69%52.55%-
XYZ17.8720.225.98-
YUV119.7388.65138.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=43.23%
G=40.65%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341265000.060.630.4754.2945.6536.08
Hex867E32063F2F362e24
Octal20617662067757665644
Binary1000011011111101100100110111111101111110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E32; }

 p { color: rgb(134,126,50); }

 H1.HeaderClassName
 {
   color: #867E32;
 }
 .AnyTagClassName
 {
   color: #867E32;
 }
</style>
background-color css

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

 a { background-color: rgb(134,126,50); }

 div.DivClassName
 {
   background-color: #867E32;
 }
 .BgClassName
 {
   background-color: #867E32;
 }
</style>
border-color css

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

 span { border-color: rgb(134,126,50); }

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