#96701E

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

Shades of Corn Harvest #96701E

Tints of Corn Harvest #96701E

Color information

#96701E (or 0x96701E) is unknown color: approx Corn Harvest. HEX triplet: 96, 70 and 1E. RGB value is (150,112,30). Sum of RGB (Red+Green+Blue) = 150+112+30=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96701E is #698FE1. Grayscale: #727272. Windows color (decimal): -6918114 or 1994902. OLE color: 1994902.

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

Color convert

RGB15011230-
CMYK00.250.800.41
HSL41º66.67%35.29%-
HSV(B)41º80%58.82%-
XYZ18.6118.173.75-
YUV114.0180.59153.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 30 (12.11% from 255) = 10.27%
R=51.37%
G=38.36%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501123000.250.800.414166.6735.29
Hex96701E0195029294323
Octal22616036031120515110343
Binary1001011011100001111001100110100001010011010011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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