#886A29

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

Shades of Corn Harvest #886A29

Tints of Corn Harvest #886A29

Color information

#886A29 (or 0x886A29) is unknown color: approx Corn Harvest. HEX triplet: 88, 6A and 29. RGB value is (136,106,41). Sum of RGB (Red+Green+Blue) = 136+106+41=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #886A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A29 is #7795D6. Grayscale: #6B6B6B. Windows color (decimal): -7837143 or 2714248. OLE color: 2714248.

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

Color convert

RGB13610641-
CMYK00.220.700.47
HSL41.05º53.67%34.71%-
HSV(B)41.05º69.85%53.33%-
XYZ15.7115.74.3-
YUV107.5690.44148.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=48.06%
G=37.46%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361064100.220.700.4741.0553.6734.71
Hex886A29016462F293623
Octal2101525102610657516643
Binary1000100011010101010010101101000110101111101001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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