#866E33

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

Shades of Corn Harvest #866E33

Tints of Corn Harvest #866E33

Color information

#866E33 (or 0x866E33) is unknown color: approx Corn Harvest. HEX triplet: 86, 6E and 33. RGB value is (134,110,51). Sum of RGB (Red+Green+Blue) = 134+110+51=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #866E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E33 is #7991CC. Grayscale: #6E6E6E. Windows color (decimal): -7967181 or 3370630. OLE color: 3370630.

HSL color Cylindrical-coordinate representation of color #866E33: hue angle of 42.65º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #866E33 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13411051-
CMYK00.180.620.47
HSL42.65º44.86%36.27%-
HSV(B)42.65º61.94%52.55%-
XYZ1616.465.47-
YUV110.4594.45144.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=45.42%
G=37.29%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341105100.180.620.4742.6544.8636.27
Hex866E330123E2F2b2d24
Octal206156630227657535544
Binary100001101101110110011010010111110101111101011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,51); }

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

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

 a { background-color: rgb(134,110,51); }

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

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

 span { border-color: rgb(134,110,51); }

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