#96741F

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

Shades of Corn Harvest #96741F

Tints of Corn Harvest #96741F

Color information

#96741F (or 0x96741F) is unknown color: approx Corn Harvest. HEX triplet: 96, 74 and 1F. RGB value is (150,116,31). Sum of RGB (Red+Green+Blue) = 150+116+31=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96741F is #698BE0. Grayscale: #747474. Windows color (decimal): -6917089 or 2061462. OLE color: 2061462.

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

Color convert

RGB15011631-
CMYK00.230.790.41
HSL42.86º65.75%35.49%-
HSV(B)42.86º79.33%58.82%-
XYZ19.0719.073.97-
YUV116.4879.76151.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=50.51%
G=39.06%
B=10.44%

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
Decimal1501163100.230.790.4142.8665.7535.49
Hex96741F0174F292b4223
Octal22616437027117515310243
Binary1001011011101001111101011110011111010011010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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