#96792C

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

Shades of Corn Harvest #96792C

Tints of Corn Harvest #96792C

Color information

#96792C (or 0x96792C) is unknown color: approx Corn Harvest. HEX triplet: 96, 79 and 2C. RGB value is (150,121,44). Sum of RGB (Red+Green+Blue) = 150+121+44=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96792C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96792C is #6986D3. Grayscale: #797979. Windows color (decimal): -6915796 or 2914710. OLE color: 2914710.

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

Color convert

RGB15012144-
CMYK00.190.710.41
HSL43.58º54.64%38.04%-
HSV(B)43.58º70.67%58.82%-
XYZ19.8720.345.26-
YUV120.8984.61148.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=47.62%
G=38.41%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501214400.190.710.4143.5854.6438.04
Hex96792C01347292c3726
Octal2261715402310751546746
Binary1001011011110011011000100111000111101001101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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