#86713A

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

Shades of Corn Harvest #86713A

Tints of Corn Harvest #86713A

Color information

#86713A (or 0x86713A) is unknown color: approx Corn Harvest. HEX triplet: 86, 71 and 3A. RGB value is (134,113,58). Sum of RGB (Red+Green+Blue) = 134+113+58=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #86713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713A is #798EC5. Grayscale: #717171. Windows color (decimal): -7966406 or 3830150. OLE color: 3830150.

HSL color Cylindrical-coordinate representation of color #86713A: hue angle of 43.42º 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 #86713A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13411358-
CMYK00.160.570.47
HSL43.42º39.58%37.65%-
HSV(B)43.42º56.72%52.55%-
XYZ16.517.186.45-
YUV113.0196.96142.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=43.93%
G=37.05%
B=19.02%

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
Decimal1341135800.160.570.4743.4239.5837.65
Hex86713A010392F2b2826
Octal206161720207157535046
Binary100001101110001111010010000111001101111101011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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