#967421

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

Shades of Corn Harvest #967421

Tints of Corn Harvest #967421

Color information

#967421 (or 0x967421) is unknown color: approx Corn Harvest. HEX triplet: 96, 74 and 21. RGB value is (150,116,33). Sum of RGB (Red+Green+Blue) = 150+116+33=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #967421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967421 is #698BDE. Grayscale: #757575. Windows color (decimal): -6917087 or 2192534. OLE color: 2192534.

HSL color Cylindrical-coordinate representation of color #967421: hue angle of 42.56º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #967421 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB15011633-
CMYK00.230.780.41
HSL42.56º63.93%35.88%-
HSV(B)42.56º78%58.82%-
XYZ19.119.084.12-
YUV116.780.76151.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 33 (13.28% from 255) = 11.04%
R=50.17%
G=38.80%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501163300.230.780.4142.5663.9335.88
Hex9674210174E292b4024
Octal22616441027116515310044
Binary10010110111010010000101011110011101010011010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967421; }

 p { color: rgb(150,116,33); }

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

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

 a { background-color: rgb(150,116,33); }

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

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

 span { border-color: rgb(150,116,33); }

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