#86713d

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

Shades of Corn Harvest #86713D

Tints of Corn Harvest #86713D

Color information

#86713D (or 0x86713D) is unknown color: approx Corn Harvest. HEX triplet: 86, 71 and 3D. RGB value is (134,113,61). Sum of RGB (Red+Green+Blue) = 134+113+61=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713D is #798EC2. Grayscale: #717171. Windows color (decimal): -7966403 or 4026758. OLE color: 4026758.

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

Color convert

RGB13411361-
CMYK00.160.540.47
HSL42.74º37.44%38.24%-
HSV(B)42.74º54.48%52.55%-
XYZ16.5817.226.86-
YUV113.3598.46142.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=43.51%
G=36.69%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341136100.160.540.4742.7437.4438.24
Hex86713D010362F2b2526
Octal206161750206657534546
Binary100001101110001111101010000110110101111101011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86713d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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