#916B21

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

Shades of Corn Harvest #916B21

Tints of Corn Harvest #916B21

Color information

#916B21 (or 0x916B21) is unknown color: approx Corn Harvest. HEX triplet: 91, 6B and 21. RGB value is (145,107,33). Sum of RGB (Red+Green+Blue) = 145+107+33=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #916B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916B21 is #6E94DE. Grayscale: #6E6E6E. Windows color (decimal): -7247071 or 2190225. OLE color: 2190225.

HSL color Cylindrical-coordinate representation of color #916B21: hue angle of 39.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #916B21 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14510733-
CMYK00.260.770.43
HSL39.64º62.92%34.9%-
HSV(B)39.64º77.24%56.86%-
XYZ17.2116.643.74-
YUV109.9384.59153.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=50.88%
G=37.54%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451073300.260.770.4339.6462.9234.9
Hex916B2101A4D2B283f23
Octal2211534103211553507743
Binary1001000111010111000010110101001101101011101000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916B21; }

 p { color: rgb(145,107,33); }

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

<style>
 a { background-color: #916B21; }

 a { background-color: rgb(145,107,33); }

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

<style>
 span { border-color: #916B21; }

 span { border-color: rgb(145,107,33); }

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