#967128

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

Shades of Corn Harvest #967128

Tints of Corn Harvest #967128

Color information

#967128 (or 0x967128) is unknown color: approx Corn Harvest. HEX triplet: 96, 71 and 28. RGB value is (150,113,40). Sum of RGB (Red+Green+Blue) = 150+113+40=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967128 is #698ED7. Grayscale: #747474. Windows color (decimal): -6917848 or 2650518. OLE color: 2650518.

HSL color Cylindrical-coordinate representation of color #967128: hue angle of 39.82º 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 #967128 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15011340-
CMYK00.250.730.41
HSL39.82º57.89%37.25%-
HSV(B)39.82º73.33%58.82%-
XYZ18.8718.454.57-
YUV115.7485.26152.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 40 (16.02% from 255) = 13.20%
R=49.50%
G=37.29%
B=13.20%

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
Decimal1501134000.250.730.4139.8257.8937.25
Hex9671280194929283a25
Octal2261615003111151507245
Binary1001011011100011010000110011001001101001101000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967128; }

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

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

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

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

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

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

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

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