#96731F

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

Shades of Corn Harvest #96731F

Tints of Corn Harvest #96731F

Color information

#96731F (or 0x96731F) is unknown color: approx Corn Harvest. HEX triplet: 96, 73 and 1F. RGB value is (150,115,31). Sum of RGB (Red+Green+Blue) = 150+115+31=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96731F is #698CE0. Grayscale: #747474. Windows color (decimal): -6917345 or 2061206. OLE color: 2061206.

HSL color Cylindrical-coordinate representation of color #96731F: hue angle of 42.35º 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 #96731F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15011531-
CMYK00.230.790.41
HSL42.35º65.75%35.49%-
HSV(B)42.35º79.33%58.82%-
XYZ18.9618.843.93-
YUV115.8980.1152.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=50.68%
G=38.85%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501153100.230.790.4142.3565.7535.49
Hex96731F0174F292a4223
Octal22616337027117515210243
Binary1001011011100111111101011110011111010011010101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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