#867E33

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

Shades of Pesto #867E33

Tints of Pesto #867E33

Color information

#867E33 (or 0x867E33) is unknown color: approx Pesto. HEX triplet: 86, 7E and 33. RGB value is (134,126,51). Sum of RGB (Red+Green+Blue) = 134+126+51=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #867E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E33 is #7981CC. Grayscale: #787878. Windows color (decimal): -7963085 or 3374726. OLE color: 3374726.

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

Color convert

RGB13412651-
CMYK00.060.620.47
HSL54.22º44.86%36.27%-
HSV(B)54.22º61.94%52.55%-
XYZ17.8920.236.09-
YUV119.8489.15138.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=43.09%
G=40.51%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341265100.060.620.4754.2244.8636.27
Hex867E33063E2F362d24
Octal20617663067657665544
Binary1000011011111101100110110111110101111110110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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