#896628

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

Shades of Corn Harvest #896628

Tints of Corn Harvest #896628

Color information

#896628 (or 0x896628) is unknown color: approx Corn Harvest. HEX triplet: 89, 66 and 28. RGB value is (137,102,40). Sum of RGB (Red+Green+Blue) = 137+102+40=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #896628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896628 is #7699D7. Grayscale: #696969. Windows color (decimal): -7772632 or 2647689. OLE color: 2647689.

HSL color Cylindrical-coordinate representation of color #896628: hue angle of 38.35º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #896628 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13710240-
CMYK00.260.710.46
HSL38.35º54.8%34.71%-
HSV(B)38.35º70.8%53.73%-
XYZ15.4514.974.08-
YUV105.491.1150.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=49.10%
G=36.56%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371024000.260.710.4638.3554.834.71
Hex89662801A472E263723
Octal2111465003210756466743
Binary1000100111001101010000110101000111101110100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896628; }

 p { color: rgb(137,102,40); }

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

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

 a { background-color: rgb(137,102,40); }

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

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

 span { border-color: rgb(137,102,40); }

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