#967028

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

Shades of Corn Harvest #967028

Tints of Corn Harvest #967028

Color information

#967028 (or 0x967028) is unknown color: approx Corn Harvest. HEX triplet: 96, 70 and 28. RGB value is (150,112,40). Sum of RGB (Red+Green+Blue) = 150+112+40=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967028 is #698FD7. Grayscale: #737373. Windows color (decimal): -6918104 or 2650262. OLE color: 2650262.

HSL color Cylindrical-coordinate representation of color #967028: hue angle of 39.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #967028 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15011240-
CMYK00.250.730.41
HSL39.27º57.89%37.25%-
HSV(B)39.27º73.33%58.82%-
XYZ18.7518.234.54-
YUV115.1585.59152.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=49.67%
G=37.09%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501124000.250.730.4139.2757.8937.25
Hex9670280194929273a25
Octal2261605003111151477245
Binary1001011011100001010000110011001001101001100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967028; }

 p { color: rgb(150,112,40); }

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

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

 a { background-color: rgb(150,112,40); }

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

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

 span { border-color: rgb(150,112,40); }

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