#86781E

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

Shades of Pesto #86781E

Tints of Pesto #86781E

Color information

#86781E (or 0x86781E) is unknown color: approx Pesto. HEX triplet: 86, 78 and 1E. RGB value is (134,120,30). Sum of RGB (Red+Green+Blue) = 134+120+30=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #86781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86781E is #7987E1. Grayscale: #727272. Windows color (decimal): -7964642 or 1996934. OLE color: 1996934.

HSL color Cylindrical-coordinate representation of color #86781E: hue angle of 51.92º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86781E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13412030-
CMYK00.100.780.47
HSL51.92º63.41%32.16%-
HSV(B)51.92º77.61%52.55%-
XYZ16.7818.63.93-
YUV113.9380.64142.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=47.18%
G=42.25%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341203000.100.780.4751.9263.4132.16
Hex86781E0A4E2F343f20
Octal2061703601211657647740
Binary10000110111100011110010101001110101111110100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86781E; }

 p { color: rgb(134,120,30); }

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

<style>
 a { background-color: #86781E; }

 a { background-color: rgb(134,120,30); }

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

<style>
 span { border-color: #86781E; }

 span { border-color: rgb(134,120,30); }

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