#967221

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

Shades of Corn Harvest #967221

Tints of Corn Harvest #967221

Color information

#967221 (or 0x967221) is unknown color: approx Corn Harvest. HEX triplet: 96, 72 and 21. RGB value is (150,114,33). Sum of RGB (Red+Green+Blue) = 150+114+33=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #967221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967221 is #698DDE. Grayscale: #737373. Windows color (decimal): -6917599 or 2192022. OLE color: 2192022.

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

Color convert

RGB15011433-
CMYK00.240.780.41
HSL41.54º63.93%35.88%-
HSV(B)41.54º78%58.82%-
XYZ18.8718.634.04-
YUV115.5381.43152.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=50.51%
G=38.38%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501143300.240.780.4141.5463.9335.88
Hex9672210184E292a4024
Octal22616241030116515210044
Binary10010110111001010000101100010011101010011010101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967221; }

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

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

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

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

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

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

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

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