#867C21

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

Shades of Pesto #867C21

Tints of Pesto #867C21

Color information

#867C21 (or 0x867C21) is unknown color: approx Pesto. HEX triplet: 86, 7C and 21. RGB value is (134,124,33). Sum of RGB (Red+Green+Blue) = 134+124+33=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #867C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C21 is #7983DE. Grayscale: #747474. Windows color (decimal): -7963615 or 2194566. OLE color: 2194566.

HSL color Cylindrical-coordinate representation of color #867C21: hue angle of 54.06º 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 #867C21 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13412433-
CMYK00.070.750.47
HSL54.06º60.48%32.75%-
HSV(B)54.06º75.37%52.55%-
XYZ17.3119.594.31-
YUV116.6280.81140.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=46.05%
G=42.61%
B=11.34%

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
Decimal1341243300.070.750.4754.0660.4832.75
Hex867C21074B2F363c21
Octal206174410711357667441
Binary10000110111110010000101111001011101111110110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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