#8C6E31

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

Shades of Corn Harvest #8C6E31

Tints of Corn Harvest #8C6E31

Color information

#8C6E31 (or 0x8C6E31) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6E and 31. RGB value is (140,110,49). Sum of RGB (Red+Green+Blue) = 140+110+49=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6E31 is #7391CE. Grayscale: #707070. Windows color (decimal): -7573967 or 3239564. OLE color: 3239564.

HSL color Cylindrical-coordinate representation of color #8C6E31: hue angle of 40.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C6E31 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB14011049-
CMYK00.210.650.45
HSL40.22º48.15%37.06%-
HSV(B)40.22º65%54.9%-
XYZ16.9516.955.28-
YUV112.0292.44147.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=46.82%
G=36.79%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401104900.210.650.4540.2248.1537.06
Hex8C6E31015412D283025
Octal2141566102510155506045
Binary1000110011011101100010101011000001101101101000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6E31; }

 p { color: rgb(140,110,49); }

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

<style>
 a { background-color: #8C6E31; }

 a { background-color: rgb(140,110,49); }

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

<style>
 span { border-color: #8C6E31; }

 span { border-color: rgb(140,110,49); }

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