#926E2E

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

Shades of Corn Harvest #926E2E

Tints of Corn Harvest #926E2E

Color information

#926E2E (or 0x926E2E) is unknown color: approx Corn Harvest. HEX triplet: 92, 6E and 2E. RGB value is (146,110,46). Sum of RGB (Red+Green+Blue) = 146+110+46=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #926E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926E2E is #6D91D1. Grayscale: #717171. Windows color (decimal): -7180754 or 3042962. OLE color: 3042962.

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

Color convert

RGB14611046-
CMYK00.250.680.43
HSL38.4º52.08%37.65%-
HSV(B)38.4º68.49%57.25%-
XYZ17.9217.465.01-
YUV113.4789.93151.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=48.34%
G=36.42%
B=15.23%

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
Decimal1461104600.250.680.4338.452.0837.65
Hex926E2E019442B263426
Octal2221565603110453466446
Binary1001001011011101011100110011000100101011100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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