#866A29

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

Shades of Corn Harvest #866A29

Tints of Corn Harvest #866A29

Color information

#866A29 (or 0x866A29) is unknown color: approx Corn Harvest. HEX triplet: 86, 6A and 29. RGB value is (134,106,41). Sum of RGB (Red+Green+Blue) = 134+106+41=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #866A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A29 is #7995D6. Grayscale: #6B6B6B. Windows color (decimal): -7968215 or 2714246. OLE color: 2714246.

HSL color Cylindrical-coordinate representation of color #866A29: hue angle of 41.94º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #866A29 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13410641-
CMYK00.210.690.47
HSL41.94º53.14%34.31%-
HSV(B)41.94º69.4%52.55%-
XYZ15.3915.544.29-
YUV106.9690.78147.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=47.69%
G=37.72%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341064100.210.690.4741.9453.1434.31
Hex866A29015452F2a3522
Octal2061525102510557526542
Binary1000011011010101010010101011000101101111101010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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