#86773B

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

Shades of Corn Harvest #86773B

Tints of Corn Harvest #86773B

Color information

#86773B (or 0x86773B) is unknown color: approx Corn Harvest. HEX triplet: 86, 77 and 3B. RGB value is (134,119,59). Sum of RGB (Red+Green+Blue) = 134+119+59=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86773B is #7988C4. Grayscale: #747474. Windows color (decimal): -7964869 or 3897222. OLE color: 3897222.

HSL color Cylindrical-coordinate representation of color #86773B: hue angle of 48º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86773B is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB13411959-
CMYK00.110.560.47
HSL48º38.86%37.84%-
HSV(B)48º55.97%52.55%-
XYZ17.2218.586.82-
YUV116.6495.47140.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=42.95%
G=38.14%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341195900.110.560.474838.8637.84
Hex86773B0B382F302726
Octal206167730137057604746
Binary10000110111011111101101011111000101111110000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86773B; }

 p { color: rgb(134,119,59); }

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

<style>
 a { background-color: #86773B; }

 a { background-color: rgb(134,119,59); }

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

<style>
 span { border-color: #86773B; }

 span { border-color: rgb(134,119,59); }

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