#966F20

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

Shades of Corn Harvest #966F20

Tints of Corn Harvest #966F20

Color information

#966F20 (or 0x966F20) is unknown color: approx Corn Harvest. HEX triplet: 96, 6F and 20. RGB value is (150,111,32). Sum of RGB (Red+Green+Blue) = 150+111+32=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F20 is #6990DF. Grayscale: #727272. Windows color (decimal): -6918368 or 2125718. OLE color: 2125718.

HSL color Cylindrical-coordinate representation of color #966F20: hue angle of 40.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #966F20 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15011132-
CMYK00.260.790.41
HSL40.17º64.84%35.69%-
HSV(B)40.17º78.67%58.82%-
XYZ18.5217.963.86-
YUV113.6681.92153.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=51.19%
G=37.88%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501113200.260.790.4140.1764.8435.69
Hex966F2001A4F29284124
Octal22615740032117515010144
Binary10010110110111110000001101010011111010011010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F20; }

 p { color: rgb(150,111,32); }

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

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

 a { background-color: rgb(150,111,32); }

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

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

 span { border-color: rgb(150,111,32); }

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