#96762C

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

Shades of Corn Harvest #96762C

Tints of Corn Harvest #96762C

Color information

#96762C (or 0x96762C) is unknown color: approx Corn Harvest. HEX triplet: 96, 76 and 2C. RGB value is (150,118,44). Sum of RGB (Red+Green+Blue) = 150+118+44=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96762C is #6989D3. Grayscale: #777777. Windows color (decimal): -6916564 or 2913942. OLE color: 2913942.

HSL color Cylindrical-coordinate representation of color #96762C: hue angle of 41.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96762C is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15011844-
CMYK00.210.710.41
HSL41.89º54.64%38.04%-
HSV(B)41.89º70.67%58.82%-
XYZ19.5119.625.14-
YUV119.1385.6150.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=48.08%
G=37.82%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501184400.210.710.4141.8954.6438.04
Hex96762C01547292a3726
Octal2261665402510751526746
Binary1001011011101101011000101011000111101001101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96762C; }

 p { color: rgb(150,118,44); }

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

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

 a { background-color: rgb(150,118,44); }

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

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

 span { border-color: rgb(150,118,44); }

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