#8E6A1E

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

Shades of Corn Harvest #8E6A1E

Tints of Corn Harvest #8E6A1E

Color information

#8E6A1E (or 0x8E6A1E) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6A and 1E. RGB value is (142,106,30). Sum of RGB (Red+Green+Blue) = 142+106+30=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A1E is #7195E1. Grayscale: #6C6C6C. Windows color (decimal): -7443938 or 1993358. OLE color: 1993358.

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

Color convert

RGB14210630-
CMYK00.250.790.44
HSL40.71º65.12%33.73%-
HSV(B)40.71º78.87%55.69%-
XYZ16.5416.153.47-
YUV108.183.93152.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=51.08%
G=38.13%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421063000.250.790.4440.7165.1233.73
Hex8E6A1E0194F2C294122
Octal21615236031117545110142
Binary1000111011010101111001100110011111011001010011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,30); }

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

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

 a { background-color: rgb(142,106,30); }

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

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

 span { border-color: rgb(142,106,30); }

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