#86763D

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

Shades of Corn Harvest #86763D

Tints of Corn Harvest #86763D

Color information

#86763D (or 0x86763D) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 3D. RGB value is (134,118,61). Sum of RGB (Red+Green+Blue) = 134+118+61=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86763D is #7989C2. Grayscale: #747474. Windows color (decimal): -7965123 or 4028038. OLE color: 4028038.

HSL color Cylindrical-coordinate representation of color #86763D: hue angle of 46.85º 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 #86763D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13411861-
CMYK00.120.540.47
HSL46.85º37.44%38.24%-
HSV(B)46.85º54.48%52.55%-
XYZ17.1518.367.06-
YUV116.2996.8140.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=42.81%
G=37.70%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341186100.120.540.4746.8537.4438.24
Hex86763D0C362F2f2526
Octal206166750146657574546
Binary10000110111011011110101100110110101111101111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86763D; }

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

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

<style>
 a { background-color: #86763D; }

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

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

<style>
 span { border-color: #86763D; }

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

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