#926D2E

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

Shades of Corn Harvest #926D2E

Tints of Corn Harvest #926D2E

Color information

#926D2E (or 0x926D2E) is unknown color: approx Corn Harvest. HEX triplet: 92, 6D and 2E. RGB value is (146,109,46). Sum of RGB (Red+Green+Blue) = 146+109+46=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #926D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D2E is #6D92D1. Grayscale: #717171. Windows color (decimal): -7181010 or 3042706. OLE color: 3042706.

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

Color convert

RGB14610946-
CMYK00.250.680.43
HSL37.8º52.08%37.65%-
HSV(B)37.8º68.49%57.25%-
XYZ17.8217.254.97-
YUV112.8890.26151.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=48.50%
G=36.21%
B=15.28%

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
Decimal1461094600.250.680.4337.852.0837.65
Hex926D2E019442B263426
Octal2221555603110453466446
Binary1001001011011011011100110011000100101011100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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