#967A33

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

Shades of Corn Harvest #967A33

Tints of Corn Harvest #967A33

Color information

#967A33 (or 0x967A33) is unknown color: approx Corn Harvest. HEX triplet: 96, 7A and 33. RGB value is (150,122,51). Sum of RGB (Red+Green+Blue) = 150+122+51=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #967A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A33 is #6985CC. Grayscale: #7A7A7A. Windows color (decimal): -6915533 or 3373718. OLE color: 3373718.

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

Color convert

RGB15012251-
CMYK00.190.660.41
HSL43.03º49.25%39.41%-
HSV(B)43.03º66%58.82%-
XYZ20.1320.646.06-
YUV122.2887.78147.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=46.44%
G=37.77%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501225100.190.660.4143.0349.2539.41
Hex967A3301342292b3127
Octal2261726302310251536147
Binary1001011011110101100110100111000010101001101011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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