#916E2E

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

Shades of Corn Harvest #916E2E

Tints of Corn Harvest #916E2E

Color information

#916E2E (or 0x916E2E) is unknown color: approx Corn Harvest. HEX triplet: 91, 6E and 2E. RGB value is (145,110,46). Sum of RGB (Red+Green+Blue) = 145+110+46=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #916E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E2E is #6E91D1. Grayscale: #717171. Windows color (decimal): -7246290 or 3042961. OLE color: 3042961.

HSL color Cylindrical-coordinate representation of color #916E2E: hue angle of 38.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #916E2E is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14511046-
CMYK00.240.680.43
HSL38.79º51.83%37.45%-
HSV(B)38.79º68.28%56.86%-
XYZ17.7517.375-
YUV113.1790.1150.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=48.17%
G=36.54%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451104600.240.680.4338.7951.8337.45
Hex916E2E018442B273425
Octal2211565603010453476445
Binary1001000111011101011100110001000100101011100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,110,46); }

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

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

 a { background-color: rgb(145,110,46); }

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

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

 span { border-color: rgb(145,110,46); }

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