#967521

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

Shades of Corn Harvest #967521

Tints of Corn Harvest #967521

Color information

#967521 (or 0x967521) is unknown color: approx Corn Harvest. HEX triplet: 96, 75 and 21. RGB value is (150,117,33). Sum of RGB (Red+Green+Blue) = 150+117+33=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #967521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967521 is #698ADE. Grayscale: #757575. Windows color (decimal): -6916831 or 2192790. OLE color: 2192790.

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

Color convert

RGB15011733-
CMYK00.220.780.41
HSL43.08º63.93%35.88%-
HSV(B)43.08º78%58.82%-
XYZ19.2119.324.15-
YUV117.2980.43151.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 33 (13.28% from 255) = 11%
R=50%
G=39%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501173300.220.780.4143.0863.9335.88
Hex9675210164E292b4024
Octal22616541026116515310044
Binary10010110111010110000101011010011101010011010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967521; }

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

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

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

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

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

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

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

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