#866D36

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

Shades of Corn Harvest #866D36

Tints of Corn Harvest #866D36

Color information

#866D36 (or 0x866D36) is unknown color: approx Corn Harvest. HEX triplet: 86, 6D and 36. RGB value is (134,109,54). Sum of RGB (Red+Green+Blue) = 134+109+54=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #866D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D36 is #7992C9. Grayscale: #6E6E6E. Windows color (decimal): -7967434 or 3566982. OLE color: 3566982.

HSL color Cylindrical-coordinate representation of color #866D36: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #866D36 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13410954-
CMYK00.190.600.47
HSL41.25º42.55%36.86%-
HSV(B)41.25º59.7%52.55%-
XYZ15.9716.275.79-
YUV110.296.28144.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=45.12%
G=36.70%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341095400.190.600.4741.2542.5536.86
Hex866D360133C2F292b25
Octal206155660237457515345
Binary100001101101101110110010011111100101111101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866D36; }

 p { color: rgb(134,109,54); }

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

<style>
 a { background-color: #866D36; }

 a { background-color: rgb(134,109,54); }

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

<style>
 span { border-color: #866D36; }

 span { border-color: rgb(134,109,54); }

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