#86793B

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

Shades of Corn Harvest #86793B

Tints of Corn Harvest #86793B

Color information

#86793B (or 0x86793B) is unknown color: approx Corn Harvest. HEX triplet: 86, 79 and 3B. RGB value is (134,121,59). Sum of RGB (Red+Green+Blue) = 134+121+59=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86793B is #7986C4. Grayscale: #767676. Windows color (decimal): -7964357 or 3897734. OLE color: 3897734.

HSL color Cylindrical-coordinate representation of color #86793B: hue angle of 49.6º 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 #86793B is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB13412159-
CMYK00.100.560.47
HSL49.6º38.86%37.84%-
HSV(B)49.6º55.97%52.55%-
XYZ17.4619.066.9-
YUV117.8294.81139.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=42.68%
G=38.54%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341215900.100.560.4749.638.8637.84
Hex86793B0A382F322726
Octal206171730127057624746
Binary10000110111100111101101010111000101111110010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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