#96722A

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

Shades of Corn Harvest #96722A

Tints of Corn Harvest #96722A

Color information

#96722A (or 0x96722A) is unknown color: approx Corn Harvest. HEX triplet: 96, 72 and 2A. RGB value is (150,114,42). Sum of RGB (Red+Green+Blue) = 150+114+42=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96722A is #698DD5. Grayscale: #747474. Windows color (decimal): -6917590 or 2781846. OLE color: 2781846.

HSL color Cylindrical-coordinate representation of color #96722A: hue angle of 40º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96722A is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15011442-
CMYK00.240.720.41
HSL40º56.25%37.65%-
HSV(B)40º72%58.82%-
XYZ19.0118.694.8-
YUV116.5685.93151.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 42 (16.80% from 255) = 13.73%
R=49.02%
G=37.25%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501144200.240.720.414056.2537.65
Hex96722A0184829283826
Octal2261625203011051507046
Binary1001011011100101010100110001001000101001101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96722A; }

 p { color: rgb(150,114,42); }

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

<style>
 a { background-color: #96722A; }

 a { background-color: rgb(150,114,42); }

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

<style>
 span { border-color: #96722A; }

 span { border-color: rgb(150,114,42); }

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