#88682E

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

Shades of Corn Harvest #88682E

Tints of Corn Harvest #88682E

Color information

#88682E (or 0x88682E) is unknown color: approx Corn Harvest. HEX triplet: 88, 68 and 2E. RGB value is (136,104,46). Sum of RGB (Red+Green+Blue) = 136+104+46=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88682E is #7797D1. Grayscale: #6B6B6B. Windows color (decimal): -7837650 or 3041416. OLE color: 3041416.

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

Color convert

RGB13610446-
CMYK00.240.660.47
HSL38.67º49.45%35.69%-
HSV(B)38.67º66.18%53.33%-
XYZ15.615.334.72-
YUV106.9693.6148.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=47.55%
G=36.36%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361044600.240.660.4738.6749.4535.69
Hex88682E018422F273124
Octal2101505603010257476144
Binary1000100011010001011100110001000010101111100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88682E; }

 p { color: rgb(136,104,46); }

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

<style>
 a { background-color: #88682E; }

 a { background-color: rgb(136,104,46); }

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

<style>
 span { border-color: #88682E; }

 span { border-color: rgb(136,104,46); }

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