#867C22

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

Shades of Pesto #867C22

Tints of Pesto #867C22

Color information

#867C22 (or 0x867C22) is unknown color: approx Pesto. HEX triplet: 86, 7C and 22. RGB value is (134,124,34). Sum of RGB (Red+Green+Blue) = 134+124+34=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #867C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C22 is #7983DD. Grayscale: #757575. Windows color (decimal): -7963614 or 2260102. OLE color: 2260102.

HSL color Cylindrical-coordinate representation of color #867C22: hue angle of 54º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #867C22 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13412434-
CMYK00.070.750.47
HSL54º59.52%32.94%-
HSV(B)54º74.63%52.55%-
XYZ17.3319.64.38-
YUV116.7381.31140.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 34 (13.67% from 255) = 11.64%
R=45.89%
G=42.47%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341243400.070.750.475459.5232.94
Hex867C22074B2F363c21
Octal206174420711357667441
Binary10000110111110010001001111001011101111110110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,34); }

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

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

 a { background-color: rgb(134,124,34); }

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

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

 span { border-color: rgb(134,124,34); }

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