#8C6A2D

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

Shades of Corn Harvest #8C6A2D

Tints of Corn Harvest #8C6A2D

Color information

#8C6A2D (or 0x8C6A2D) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6A and 2D. RGB value is (140,106,45). Sum of RGB (Red+Green+Blue) = 140+106+45=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A2D is #7395D2. Grayscale: #6D6D6D. Windows color (decimal): -7574995 or 2976396. OLE color: 2976396.

HSL color Cylindrical-coordinate representation of color #8C6A2D: hue angle of 38.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C6A2D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14010645-
CMYK00.240.680.45
HSL38.53º51.35%36.27%-
HSV(B)38.53º67.86%54.9%-
XYZ16.4416.074.72-
YUV109.2191.76149.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.11%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=48.11%
G=36.43%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401064500.240.680.4538.5351.3536.27
Hex8C6A2D018442D273324
Octal2141525503010455476344
Binary1000110011010101011010110001000100101101100111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,106,45); }

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

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

 a { background-color: rgb(140,106,45); }

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

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

 span { border-color: rgb(140,106,45); }

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