#86762c

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

Shades of Corn Harvest #86762C

Tints of Corn Harvest #86762C

Color information

#86762C (or 0x86762C) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 2C. RGB value is (134,118,44). Sum of RGB (Red+Green+Blue) = 134+118+44=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86762C is #7989D3. Grayscale: #727272. Windows color (decimal): -7965140 or 2913926. OLE color: 2913926.

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

Color convert

RGB13411844-
CMYK00.120.670.47
HSL49.33º50.56%34.9%-
HSV(B)49.33º67.16%52.55%-
XYZ16.7618.215.01-
YUV114.3588.3142.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=45.27%
G=39.86%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341184400.120.670.4749.3350.5634.9
Hex86762C0C432F313323
Octal2061665401410357616343
Binary100001101110110101100011001000011101111110001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86762c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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