#86762E

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

Shades of Corn Harvest #86762E

Tints of Corn Harvest #86762E

Color information

#86762E (or 0x86762E) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 2E. RGB value is (134,118,46). Sum of RGB (Red+Green+Blue) = 134+118+46=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86762E is #7989D1. Grayscale: #727272. Windows color (decimal): -7965138 or 3044998. OLE color: 3044998.

HSL color Cylindrical-coordinate representation of color #86762E: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86762E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13411846-
CMYK00.120.660.47
HSL49.09º48.89%35.29%-
HSV(B)49.09º65.67%52.55%-
XYZ16.818.225.22-
YUV114.5889.3141.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=44.97%
G=39.60%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341184600.120.660.4749.0948.8935.29
Hex86762E0C422F313123
Octal2061665601410257616143
Binary100001101110110101110011001000010101111110001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,118,46); }

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

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

 a { background-color: rgb(134,118,46); }

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

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

 span { border-color: rgb(134,118,46); }

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