#96701F

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

Shades of Corn Harvest #96701F

Tints of Corn Harvest #96701F

Color information

#96701F (or 0x96701F) is unknown color: approx Corn Harvest. HEX triplet: 96, 70 and 1F. RGB value is (150,112,31). Sum of RGB (Red+Green+Blue) = 150+112+31=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96701F is #698FE0. Grayscale: #727272. Windows color (decimal): -6918113 or 2060438. OLE color: 2060438.

HSL color Cylindrical-coordinate representation of color #96701F: hue angle of 40.84º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96701F is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15011231-
CMYK00.250.790.41
HSL40.84º65.75%35.49%-
HSV(B)40.84º79.33%58.82%-
XYZ18.6218.173.82-
YUV114.1381.09153.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=51.19%
G=38.23%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501123100.250.790.4140.8465.7535.49
Hex96701F0194F29294223
Octal22616037031117515110243
Binary1001011011100001111101100110011111010011010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96701F; }

 p { color: rgb(150,112,31); }

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

<style>
 a { background-color: #96701F; }

 a { background-color: rgb(150,112,31); }

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

<style>
 span { border-color: #96701F; }

 span { border-color: rgb(150,112,31); }

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