#8E681F

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

Shades of Corn Harvest #8E681F

Tints of Corn Harvest #8E681F

Color information

#8E681F (or 0x8E681F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 68 and 1F. RGB value is (142,104,31). Sum of RGB (Red+Green+Blue) = 142+104+31=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E681F is #7197E0. Grayscale: #6B6B6B. Windows color (decimal): -7444449 or 2058382. OLE color: 2058382.

HSL color Cylindrical-coordinate representation of color #8E681F: hue angle of 39.46º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E681F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14210431-
CMYK00.270.780.44
HSL39.46º64.16%33.92%-
HSV(B)39.46º78.17%55.69%-
XYZ16.3515.753.47-
YUV107.0485.09152.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=51.26%
G=37.55%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421043100.270.780.4439.4664.1633.92
Hex8E681F01B4E2C274022
Octal21615037033116544710042
Binary1000111011010001111101101110011101011001001111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,31); }

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

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

 a { background-color: rgb(142,104,31); }

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

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

 span { border-color: rgb(142,104,31); }

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