#967129

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

Shades of Corn Harvest #967129

Tints of Corn Harvest #967129

Color information

#967129 (or 0x967129) is unknown color: approx Corn Harvest. HEX triplet: 96, 71 and 29. RGB value is (150,113,41). Sum of RGB (Red+Green+Blue) = 150+113+41=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967129 is #698ED6. Grayscale: #747474. Windows color (decimal): -6917847 or 2716054. OLE color: 2716054.

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

Color convert

RGB15011341-
CMYK00.250.730.41
HSL39.63º57.07%37.45%-
HSV(B)39.63º72.67%58.82%-
XYZ18.8818.454.66-
YUV115.8685.76152.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=49.34%
G=37.17%
B=13.49%

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
Decimal1501134100.250.730.4139.6357.0737.45
Hex9671290194929283925
Octal2261615103111151507145
Binary1001011011100011010010110011001001101001101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967129; }

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

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

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

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

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

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

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

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