#886A2C

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

Shades of Corn Harvest #886A2C

Tints of Corn Harvest #886A2C

Color information

#886A2C (or 0x886A2C) is unknown color: approx Corn Harvest. HEX triplet: 88, 6A and 2C. RGB value is (136,106,44). Sum of RGB (Red+Green+Blue) = 136+106+44=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #886A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A2C is #7795D3. Grayscale: #6C6C6C. Windows color (decimal): -7837140 or 2910856. OLE color: 2910856.

HSL color Cylindrical-coordinate representation of color #886A2C: hue angle of 40.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #886A2C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13610644-
CMYK00.220.680.47
HSL40.43º51.11%35.29%-
HSV(B)40.43º67.65%53.33%-
XYZ15.7615.724.59-
YUV107.991.94148.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=47.55%
G=37.06%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361064400.220.680.4740.4351.1135.29
Hex886A2C016442F283323
Octal2101525402610457506343
Binary1000100011010101011000101101000100101111101000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A2C; }

 p { color: rgb(136,106,44); }

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

<style>
 a { background-color: #886A2C; }

 a { background-color: rgb(136,106,44); }

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

<style>
 span { border-color: #886A2C; }

 span { border-color: rgb(136,106,44); }

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