#896C30

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

Shades of Corn Harvest #896C30

Tints of Corn Harvest #896C30

Color information

#896C30 (or 0x896C30) is unknown color: approx Corn Harvest. HEX triplet: 89, 6C and 30. RGB value is (137,108,48). Sum of RGB (Red+Green+Blue) = 137+108+48=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #896C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C30 is #7693CF. Grayscale: #6E6E6E. Windows color (decimal): -7771088 or 3173513. OLE color: 3173513.

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

Color convert

RGB13710848-
CMYK00.210.650.46
HSL40.45º48.11%36.27%-
HSV(B)40.45º64.96%53.73%-
XYZ16.2116.265.08-
YUV109.8393.11147.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=46.76%
G=36.86%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371084800.210.650.4640.4548.1136.27
Hex896C30015412E283024
Octal2111546002510156506044
Binary1000100111011001100000101011000001101110101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,108,48); }

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

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

 a { background-color: rgb(137,108,48); }

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

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

 span { border-color: rgb(137,108,48); }

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