#967A32

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

Shades of Corn Harvest #967A32

Tints of Corn Harvest #967A32

Color information

#967A32 (or 0x967A32) is unknown color: approx Corn Harvest. HEX triplet: 96, 7A and 32. RGB value is (150,122,50). Sum of RGB (Red+Green+Blue) = 150+122+50=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #967A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A32 is #6985CD. Grayscale: #7A7A7A. Windows color (decimal): -6915534 or 3308182. OLE color: 3308182.

HSL color Cylindrical-coordinate representation of color #967A32: hue angle of 43.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #967A32 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15012250-
CMYK00.190.670.41
HSL43.2º50%39.22%-
HSV(B)43.2º66.67%58.82%-
XYZ20.1120.635.94-
YUV122.1687.28147.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=46.58%
G=37.89%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501225000.190.670.4143.25039.22
Hex967A3201343292b3227
Octal2261726202310351536247
Binary1001011011110101100100100111000011101001101011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A32; }

 p { color: rgb(150,122,50); }

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

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

 a { background-color: rgb(150,122,50); }

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

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

 span { border-color: rgb(150,122,50); }

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