#8C6D33

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

Shades of Corn Harvest #8C6D33

Tints of Corn Harvest #8C6D33

Color information

#8C6D33 (or 0x8C6D33) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6D and 33. RGB value is (140,109,51). Sum of RGB (Red+Green+Blue) = 140+109+51=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6D33 is #7392CC. Grayscale: #6F6F6F. Windows color (decimal): -7574221 or 3370380. OLE color: 3370380.

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

Color convert

RGB14010951-
CMYK00.220.640.45
HSL39.1º46.6%37.45%-
HSV(B)39.1º63.57%54.9%-
XYZ16.8816.755.48-
YUV111.6693.77148.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 51 (20.31% from 255) = 17%
R=46.67%
G=36.33%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401095100.220.640.4539.146.637.45
Hex8C6D33016402D272f25
Octal2141556302610055475745
Binary1000110011011011100110101101000000101101100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,51); }

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

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

 a { background-color: rgb(140,109,51); }

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

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

 span { border-color: rgb(140,109,51); }

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