#966D25

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

Shades of Corn Harvest #966D25

Tints of Corn Harvest #966D25

Color information

#966D25 (or 0x966D25) is unknown color: approx Corn Harvest. HEX triplet: 96, 6D and 25. RGB value is (150,109,37). Sum of RGB (Red+Green+Blue) = 150+109+37=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #966D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D25 is #6992DA. Grayscale: #717171. Windows color (decimal): -6918875 or 2452886. OLE color: 2452886.

HSL color Cylindrical-coordinate representation of color #966D25: hue angle of 38.23º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #966D25 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15010937-
CMYK00.270.750.41
HSL38.23º60.43%36.67%-
HSV(B)38.23º75.33%58.82%-
XYZ18.3817.554.17-
YUV113.0585.08154.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=50.68%
G=36.82%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501093700.270.750.4138.2360.4336.67
Hex966D2501B4B29263c25
Octal2261554503311351467445
Binary1001011011011011001010110111001011101001100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,37); }

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

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

 a { background-color: rgb(150,109,37); }

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

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

 span { border-color: rgb(150,109,37); }

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