#8C6C2F

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

Shades of Corn Harvest #8C6C2F

Tints of Corn Harvest #8C6C2F

Color information

#8C6C2F (or 0x8C6C2F) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6C and 2F. RGB value is (140,108,47). Sum of RGB (Red+Green+Blue) = 140+108+47=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6C2F is #7393D0. Grayscale: #6E6E6E. Windows color (decimal): -7574481 or 3107980. OLE color: 3107980.

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

Color convert

RGB14010847-
CMYK00.230.660.45
HSL39.35º49.73%36.67%-
HSV(B)39.35º66.43%54.9%-
XYZ16.6916.515-
YUV110.6192.1148.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=47.46%
G=36.61%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401084700.230.660.4539.3549.7336.67
Hex8C6C2F017422D273225
Octal2141545702710255476245
Binary1000110011011001011110101111000010101101100111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,47); }

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

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

 a { background-color: rgb(140,108,47); }

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

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

 span { border-color: rgb(140,108,47); }

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