#866A35

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

Shades of Corn Harvest #866A35

Tints of Corn Harvest #866A35

Color information

#866A35 (or 0x866A35) is unknown color: approx Corn Harvest. HEX triplet: 86, 6A and 35. RGB value is (134,106,53). Sum of RGB (Red+Green+Blue) = 134+106+53=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #866A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A35 is #7995CA. Grayscale: #6C6C6C. Windows color (decimal): -7968203 or 3500678. OLE color: 3500678.

HSL color Cylindrical-coordinate representation of color #866A35: hue angle of 39.26º 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 #866A35 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13410653-
CMYK00.210.600.47
HSL39.26º43.32%36.67%-
HSV(B)39.26º60.45%52.55%-
XYZ15.6315.635.56-
YUV108.3396.78146.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=45.73%
G=36.18%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341065300.210.600.4739.2643.3236.67
Hex866A350153C2F272b25
Octal206152650257457475345
Binary100001101101010110101010101111100101111100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,106,53); }

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

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

 a { background-color: rgb(134,106,53); }

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

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

 span { border-color: rgb(134,106,53); }

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