#86703A

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

Shades of Corn Harvest #86703A

Tints of Corn Harvest #86703A

Color information

#86703A (or 0x86703A) is unknown color: approx Corn Harvest. HEX triplet: 86, 70 and 3A. RGB value is (134,112,58). Sum of RGB (Red+Green+Blue) = 134+112+58=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #86703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86703A is #798FC5. Grayscale: #707070. Windows color (decimal): -7966662 or 3829894. OLE color: 3829894.

HSL color Cylindrical-coordinate representation of color #86703A: hue angle of 42.63º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86703A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13411258-
CMYK00.160.570.47
HSL42.63º39.58%37.65%-
HSV(B)42.63º56.72%52.55%-
XYZ16.3916.966.41-
YUV112.4297.29143.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=44.08%
G=36.84%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341125800.160.570.4742.6339.5837.65
Hex86703A010392F2b2826
Octal206160720207157535046
Binary100001101110000111010010000111001101111101011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86703A; }

 p { color: rgb(134,112,58); }

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

<style>
 a { background-color: #86703A; }

 a { background-color: rgb(134,112,58); }

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

<style>
 span { border-color: #86703A; }

 span { border-color: rgb(134,112,58); }

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