#866E34

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

Shades of Corn Harvest #866E34

Tints of Corn Harvest #866E34

Color information

#866E34 (or 0x866E34) is unknown color: approx Corn Harvest. HEX triplet: 86, 6E and 34. RGB value is (134,110,52). Sum of RGB (Red+Green+Blue) = 134+110+52=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #866E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E34 is #7991CB. Grayscale: #6E6E6E. Windows color (decimal): -7967180 or 3436166. OLE color: 3436166.

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

Color convert

RGB13411052-
CMYK00.180.610.47
HSL42.44º44.09%36.47%-
HSV(B)42.44º61.19%52.55%-
XYZ16.0316.475.58-
YUV110.5694.95144.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=45.27%
G=37.16%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341105200.180.610.4742.4444.0936.47
Hex866E340123D2F2a2c24
Octal206156640227557525444
Binary100001101101110110100010010111101101111101010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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