#916C21

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

Shades of Corn Harvest #916C21

Tints of Corn Harvest #916C21

Color information

#916C21 (or 0x916C21) is unknown color: approx Corn Harvest. HEX triplet: 91, 6C and 21. RGB value is (145,108,33). Sum of RGB (Red+Green+Blue) = 145+108+33=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #916C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C21 is #6E93DE. Grayscale: #6E6E6E. Windows color (decimal): -7246815 or 2190481. OLE color: 2190481.

HSL color Cylindrical-coordinate representation of color #916C21: hue angle of 40.18º 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 #916C21 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14510833-
CMYK00.260.770.43
HSL40.18º62.92%34.9%-
HSV(B)40.18º77.24%56.86%-
XYZ17.3116.853.78-
YUV110.5184.26152.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=50.70%
G=37.76%
B=11.54%

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
Decimal1451083300.260.770.4340.1862.9234.9
Hex916C2101A4D2B283f23
Octal2211544103211553507743
Binary1001000111011001000010110101001101101011101000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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