#96782B

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

Shades of Corn Harvest #96782B

Tints of Corn Harvest #96782B

Color information

#96782B (or 0x96782B) is unknown color: approx Corn Harvest. HEX triplet: 96, 78 and 2B. RGB value is (150,120,43). Sum of RGB (Red+Green+Blue) = 150+120+43=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96782B is #6987D4. Grayscale: #787878. Windows color (decimal): -6916053 or 2848918. OLE color: 2848918.

HSL color Cylindrical-coordinate representation of color #96782B: hue angle of 43.18º 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 #96782B is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15012043-
CMYK00.200.710.41
HSL43.18º55.44%37.84%-
HSV(B)43.18º71.33%58.82%-
XYZ19.7320.095.12-
YUV120.1984.44149.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=47.92%
G=38.34%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501204300.200.710.4143.1855.4437.84
Hex96782B01447292b3726
Octal2261705302410751536746
Binary1001011011110001010110101001000111101001101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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