#966C24

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

Shades of Corn Harvest #966C24

Tints of Corn Harvest #966C24

Color information

#966C24 (or 0x966C24) is unknown color: approx Corn Harvest. HEX triplet: 96, 6C and 24. RGB value is (150,108,36). Sum of RGB (Red+Green+Blue) = 150+108+36=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #966C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C24 is #6993DB. Grayscale: #707070. Windows color (decimal): -6919132 or 2387094. OLE color: 2387094.

HSL color Cylindrical-coordinate representation of color #966C24: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #966C24 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB15010836-
CMYK00.280.760.41
HSL37.89º61.29%36.47%-
HSV(B)37.89º76%58.82%-
XYZ18.2617.344.05-
YUV112.3584.91154.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 36 (14.45% from 255) = 12.24%
R=51.02%
G=36.73%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501083600.280.760.4137.8961.2936.47
Hex966C2401C4C29263d24
Octal2261544403411451467544
Binary1001011011011001001000111001001100101001100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966C24; }

 p { color: rgb(150,108,36); }

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

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

 a { background-color: rgb(150,108,36); }

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

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

 span { border-color: rgb(150,108,36); }

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