#886A2F

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

Shades of Corn Harvest #886A2F

Tints of Corn Harvest #886A2F

Color information

#886A2F (or 0x886A2F) is unknown color: approx Corn Harvest. HEX triplet: 88, 6A and 2F. RGB value is (136,106,47). Sum of RGB (Red+Green+Blue) = 136+106+47=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #886A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A2F is #7795D0. Grayscale: #6C6C6C. Windows color (decimal): -7837137 or 3107464. OLE color: 3107464.

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

Color convert

RGB13610647-
CMYK00.220.650.47
HSL39.78º48.63%35.88%-
HSV(B)39.78º65.44%53.33%-
XYZ15.8215.754.9-
YUV108.2493.44147.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 47 (18.75% from 255) = 16.26%
R=47.06%
G=36.68%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361064700.220.650.4739.7848.6335.88
Hex886A2F016412F283124
Octal2101525702610157506144
Binary1000100011010101011110101101000001101111101000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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