#96742D

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

Shades of Corn Harvest #96742D

Tints of Corn Harvest #96742D

Color information

#96742D (or 0x96742D) is unknown color: approx Corn Harvest. HEX triplet: 96, 74 and 2D. RGB value is (150,116,45). Sum of RGB (Red+Green+Blue) = 150+116+45=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96742D is #698BD2. Grayscale: #767676. Windows color (decimal): -6917075 or 2978966. OLE color: 2978966.

HSL color Cylindrical-coordinate representation of color #96742D: hue angle of 40.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96742D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15011645-
CMYK00.230.700.41
HSL40.57º53.85%38.24%-
HSV(B)40.57º70%58.82%-
XYZ19.319.165.16-
YUV118.0786.76150.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=48.23%
G=37.30%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501164500.230.700.4140.5753.8538.24
Hex96742D0174629293626
Octal2261645502710651516646
Binary1001011011101001011010101111000110101001101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96742D; }

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

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

<style>
 a { background-color: #96742D; }

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

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

<style>
 span { border-color: #96742D; }

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

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