#967629

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

Shades of Corn Harvest #967629

Tints of Corn Harvest #967629

Color information

#967629 (or 0x967629) is unknown color: approx Corn Harvest. HEX triplet: 96, 76 and 29. RGB value is (150,118,41). Sum of RGB (Red+Green+Blue) = 150+118+41=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #967629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967629 is #6989D6. Grayscale: #777777. Windows color (decimal): -6916567 or 2717334. OLE color: 2717334.

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

Color convert

RGB15011841-
CMYK00.210.730.41
HSL42.39º57.07%37.45%-
HSV(B)42.39º72.67%58.82%-
XYZ19.4619.64.86-
YUV118.7984.1150.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=48.54%
G=38.19%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501184100.210.730.4142.3957.0737.45
Hex96762901549292a3925
Octal2261665102511151527145
Binary1001011011101101010010101011001001101001101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967629; }

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

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

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

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

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

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

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

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