#8C6D34

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

Shades of Corn Harvest #8C6D34

Tints of Corn Harvest #8C6D34

Color information

#8C6D34 (or 0x8C6D34) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6D and 34. RGB value is (140,109,52). Sum of RGB (Red+Green+Blue) = 140+109+52=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6D34 is #7392CB. Grayscale: #707070. Windows color (decimal): -7574220 or 3435916. OLE color: 3435916.

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

Color convert

RGB14010952-
CMYK00.220.630.45
HSL38.86º45.83%37.65%-
HSV(B)38.86º62.86%54.9%-
XYZ16.916.765.59-
YUV111.7794.27148.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=46.51%
G=36.21%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401095200.220.630.4538.8645.8337.65
Hex8C6D340163F2D272e26
Octal214155640267755475646
Binary100011001101101110100010110111111101101100111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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