#916D2E

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

Shades of Corn Harvest #916D2E

Tints of Corn Harvest #916D2E

Color information

#916D2E (or 0x916D2E) is unknown color: approx Corn Harvest. HEX triplet: 91, 6D and 2E. RGB value is (145,109,46). Sum of RGB (Red+Green+Blue) = 145+109+46=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #916D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D2E is #6E92D1. Grayscale: #707070. Windows color (decimal): -7246546 or 3042705. OLE color: 3042705.

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

Color convert

RGB14510946-
CMYK00.250.680.43
HSL38.18º51.83%37.45%-
HSV(B)38.18º68.28%56.86%-
XYZ17.6417.154.97-
YUV112.5890.43151.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=48.33%
G=36.33%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451094600.250.680.4338.1851.8337.45
Hex916D2E019442B263425
Octal2211555603110453466445
Binary1001000111011011011100110011000100101011100110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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