#867E34

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

Shades of Pesto #867E34

Tints of Pesto #867E34

Color information

#867E34 (or 0x867E34) is unknown color: approx Pesto. HEX triplet: 86, 7E and 34. RGB value is (134,126,52). Sum of RGB (Red+Green+Blue) = 134+126+52=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #867E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E34 is #7981CB. Grayscale: #787878. Windows color (decimal): -7963084 or 3440262. OLE color: 3440262.

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

Color convert

RGB13412652-
CMYK00.060.610.47
HSL54.15º44.09%36.47%-
HSV(B)54.15º61.19%52.55%-
XYZ17.9120.246.21-
YUV119.9689.65138.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=42.95%
G=40.38%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341265200.060.610.4754.1544.0936.47
Hex867E34063D2F362c24
Octal20617664067557665444
Binary1000011011111101101000110111101101111110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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