#896B2F

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

Shades of Corn Harvest #896B2F

Tints of Corn Harvest #896B2F

Color information

#896B2F (or 0x896B2F) is unknown color: approx Corn Harvest. HEX triplet: 89, 6B and 2F. RGB value is (137,107,47). Sum of RGB (Red+Green+Blue) = 137+107+47=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #896B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B2F is #7694D0. Grayscale: #6D6D6D. Windows color (decimal): -7771345 or 3107721. OLE color: 3107721.

HSL color Cylindrical-coordinate representation of color #896B2F: hue angle of 40º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #896B2F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB13710747-
CMYK00.220.660.46
HSL40º48.91%36.08%-
HSV(B)40º65.69%53.73%-
XYZ16.0916.044.94-
YUV109.1392.94147.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=47.08%
G=36.77%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371074700.220.660.464048.9136.08
Hex896B2F016422E283124
Octal2111535702610256506144
Binary1000100111010111011110101101000010101110101000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896B2F; }

 p { color: rgb(137,107,47); }

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

<style>
 a { background-color: #896B2F; }

 a { background-color: rgb(137,107,47); }

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

<style>
 span { border-color: #896B2F; }

 span { border-color: rgb(137,107,47); }

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