#867C26

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

Shades of Pesto #867C26

Tints of Pesto #867C26

Color information

#867C26 (or 0x867C26) is unknown color: approx Pesto. HEX triplet: 86, 7C and 26. RGB value is (134,124,38). Sum of RGB (Red+Green+Blue) = 134+124+38=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #867C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C26 is #7983D9. Grayscale: #757575. Windows color (decimal): -7963610 or 2522246. OLE color: 2522246.

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

Color convert

RGB13412438-
CMYK00.070.720.47
HSL53.75º55.81%33.73%-
HSV(B)53.75º71.64%52.55%-
XYZ17.3919.624.7-
YUV117.1983.31139.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=45.27%
G=41.89%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341243800.070.720.4753.7555.8133.73
Hex867C2607482F363822
Octal206174460711057667042
Binary10000110111110010011001111001000101111110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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