#806D33

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

Shades of Corn Harvest #806D33

Tints of Corn Harvest #806D33

Color information

#806D33 (or 0x806D33) is unknown color: approx Corn Harvest. HEX triplet: 80, 6D and 33. RGB value is (128,109,51). Sum of RGB (Red+Green+Blue) = 128+109+51=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #806D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D33 is #7F92CC. Grayscale: #6C6C6C. Windows color (decimal): -8360653 or 3370368. OLE color: 3370368.

HSL color Cylindrical-coordinate representation of color #806D33: hue angle of 45.19º 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 #806D33 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB12810951-
CMYK00.150.600.50
HSL45.19º43.02%35.1%-
HSV(B)45.19º60.16%50.2%-
XYZ14.9715.775.39-
YUV108.0795.79142.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=44.44%
G=37.85%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281095100.150.600.5045.1943.0235.1
Hex806D330F3C322d2b23
Octal200155630177462555343
Binary10000000110110111001101111111100110010101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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