#867A36

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

Shades of Pesto #867A36

Tints of Pesto #867A36

Color information

#867A36 (or 0x867A36) is unknown color: approx Pesto. HEX triplet: 86, 7A and 36. RGB value is (134,122,54). Sum of RGB (Red+Green+Blue) = 134+122+54=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #867A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A36 is #7985C9. Grayscale: #767676. Windows color (decimal): -7964106 or 3570310. OLE color: 3570310.

HSL color Cylindrical-coordinate representation of color #867A36: hue angle of 51º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #867A36 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13412254-
CMYK00.090.600.47
HSL51º42.55%36.86%-
HSV(B)51º59.7%52.55%-
XYZ17.4619.256.29-
YUV117.8491.98139.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=43.23%
G=39.35%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341225400.090.600.475142.5536.86
Hex867A36093C2F332b25
Octal206172660117457635345
Binary10000110111101011011001001111100101111110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,54); }

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

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

 a { background-color: rgb(134,122,54); }

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

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

 span { border-color: rgb(134,122,54); }

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