#866D31

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

Shades of Corn Harvest #866D31

Tints of Corn Harvest #866D31

Color information

#866D31 (or 0x866D31) is unknown color: approx Corn Harvest. HEX triplet: 86, 6D and 31. RGB value is (134,109,49). Sum of RGB (Red+Green+Blue) = 134+109+49=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #866D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D31 is #7992CE. Grayscale: #6D6D6D. Windows color (decimal): -7967439 or 3239302. OLE color: 3239302.

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

Color convert

RGB13410949-
CMYK00.190.630.47
HSL42.35º46.45%35.88%-
HSV(B)42.35º63.43%52.55%-
XYZ15.8516.235.2-
YUV109.6493.78145.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=45.89%
G=37.33%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341094900.190.630.4742.3546.4535.88
Hex866D310133F2F2a2e24
Octal206155610237757525644
Binary100001101101101110001010011111111101111101010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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