#8C6A31

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

Shades of Corn Harvest #8C6A31

Tints of Corn Harvest #8C6A31

Color information

#8C6A31 (or 0x8C6A31) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6A and 31. RGB value is (140,106,49). Sum of RGB (Red+Green+Blue) = 140+106+49=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A31 is #7395CE. Grayscale: #6D6D6D. Windows color (decimal): -7574991 or 3238540. OLE color: 3238540.

HSL color Cylindrical-coordinate representation of color #8C6A31: hue angle of 37.58º 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 #8C6A31 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB14010649-
CMYK00.240.650.45
HSL37.58º48.15%37.06%-
HSV(B)37.58º65%54.9%-
XYZ16.5216.115.14-
YUV109.6793.76149.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=47.46%
G=35.93%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401064900.240.650.4537.5848.1537.06
Hex8C6A31018412D263025
Octal2141526103010155466045
Binary1000110011010101100010110001000001101101100110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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