#806E33

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

Shades of Corn Harvest #806E33

Tints of Corn Harvest #806E33

Color information

#806E33 (or 0x806E33) is unknown color: approx Corn Harvest. HEX triplet: 80, 6E and 33. RGB value is (128,110,51). Sum of RGB (Red+Green+Blue) = 128+110+51=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #806E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806E33 is #7F91CC. Grayscale: #6C6C6C. Windows color (decimal): -8360397 or 3370624. OLE color: 3370624.

HSL color Cylindrical-coordinate representation of color #806E33: hue angle of 45.97º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #806E33 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB12811051-
CMYK00.140.600.50
HSL45.97º43.02%35.1%-
HSV(B)45.97º60.16%50.2%-
XYZ15.0815.985.42-
YUV108.6695.46141.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=44.29%
G=38.06%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281105100.140.600.5045.9743.0235.1
Hex806E330E3C322e2b23
Octal200156630167462565343
Binary10000000110111011001101110111100110010101110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E33; }

 p { color: rgb(128,110,51); }

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

<style>
 a { background-color: #806E33; }

 a { background-color: rgb(128,110,51); }

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

<style>
 span { border-color: #806E33; }

 span { border-color: rgb(128,110,51); }

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