#86713C

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

Shades of Corn Harvest #86713C

Tints of Corn Harvest #86713C

Color information

#86713C (or 0x86713C) is unknown color: approx Corn Harvest. HEX triplet: 86, 71 and 3C. RGB value is (134,113,60). Sum of RGB (Red+Green+Blue) = 134+113+60=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713C is #798EC3. Grayscale: #717171. Windows color (decimal): -7966404 or 3961222. OLE color: 3961222.

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

Color convert

RGB13411360-
CMYK00.160.550.47
HSL42.97º38.14%38.04%-
HSV(B)42.97º55.22%52.55%-
XYZ16.5517.26.72-
YUV113.2497.96142.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=43.65%
G=36.81%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341136000.160.550.4742.9738.1438.04
Hex86713C010372F2b2626
Octal206161740206757534646
Binary100001101110001111100010000110111101111101011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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