#96792E

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

Shades of Corn Harvest #96792E

Tints of Corn Harvest #96792E

Color information

#96792E (or 0x96792E) is unknown color: approx Corn Harvest. HEX triplet: 96, 79 and 2E. RGB value is (150,121,46). Sum of RGB (Red+Green+Blue) = 150+121+46=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96792E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96792E is #6986D1. Grayscale: #797979. Windows color (decimal): -6915794 or 3045782. OLE color: 3045782.

HSL color Cylindrical-coordinate representation of color #96792E: hue angle of 43.27º 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 #96792E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15012146-
CMYK00.190.690.41
HSL43.27º53.06%38.43%-
HSV(B)43.27º69.33%58.82%-
XYZ19.9120.365.46-
YUV121.1285.61148.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=47.32%
G=38.17%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501214600.190.690.4143.2753.0638.43
Hex96792E01345292b3526
Octal2261715602310551536546
Binary1001011011110011011100100111000101101001101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96792E; }

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

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

<style>
 a { background-color: #96792E; }

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

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

<style>
 span { border-color: #96792E; }

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

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