#86783C

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

Shades of Corn Harvest #86783C

Tints of Corn Harvest #86783C

Color information

#86783C (or 0x86783C) is unknown color: approx Corn Harvest. HEX triplet: 86, 78 and 3C. RGB value is (134,120,60). Sum of RGB (Red+Green+Blue) = 134+120+60=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86783C is #7987C3. Grayscale: #757575. Windows color (decimal): -7964612 or 3963014. OLE color: 3963014.

HSL color Cylindrical-coordinate representation of color #86783C: hue angle of 48.65º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86783C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB13412060-
CMYK00.100.550.47
HSL48.65º38.14%38.04%-
HSV(B)48.65º55.22%52.55%-
XYZ17.3618.836.99-
YUV117.3595.64139.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=42.68%
G=38.22%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341206000.100.550.4748.6538.1438.04
Hex86783C0A372F312626
Octal206170740126757614646
Binary10000110111100011110001010110111101111110001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86783C; }

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

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

<style>
 a { background-color: #86783C; }

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

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

<style>
 span { border-color: #86783C; }

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

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