#96742B

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

Shades of Corn Harvest #96742B

Tints of Corn Harvest #96742B

Color information

#96742B (or 0x96742B) is unknown color: approx Corn Harvest. HEX triplet: 96, 74 and 2B. RGB value is (150,116,43). Sum of RGB (Red+Green+Blue) = 150+116+43=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96742B is #698BD4. Grayscale: #767676. Windows color (decimal): -6917077 or 2847894. OLE color: 2847894.

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

Color convert

RGB15011643-
CMYK00.230.710.41
HSL40.93º55.44%37.84%-
HSV(B)40.93º71.33%58.82%-
XYZ19.2619.154.97-
YUV117.8485.76150.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=48.54%
G=37.54%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501164300.230.710.4140.9355.4437.84
Hex96742B0174729293726
Octal2261645302710751516746
Binary1001011011101001010110101111000111101001101001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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