#96762e

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

Shades of Corn Harvest #96762E

Tints of Corn Harvest #96762E

Color information

#96762E (or 0x96762E) is unknown color: approx Corn Harvest. HEX triplet: 96, 76 and 2E. RGB value is (150,118,46). Sum of RGB (Red+Green+Blue) = 150+118+46=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96762E is #6989D1. Grayscale: #777777. Windows color (decimal): -6916562 or 3045014. OLE color: 3045014.

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

Color convert

RGB15011846-
CMYK00.210.690.41
HSL41.54º53.06%38.43%-
HSV(B)41.54º69.33%58.82%-
XYZ19.5519.645.34-
YUV119.3686.6149.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=47.77%
G=37.58%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501184600.210.690.4141.5453.0638.43
Hex96762E01545292a3526
Octal2261665602510551526546
Binary1001011011101101011100101011000101101001101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96762e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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