#8C6A27

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

Shades of Corn Harvest #8C6A27

Tints of Corn Harvest #8C6A27

Color information

#8C6A27 (or 0x8C6A27) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6A and 27. RGB value is (140,106,39). Sum of RGB (Red+Green+Blue) = 140+106+39=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A27 is #7395D8. Grayscale: #6C6C6C. Windows color (decimal): -7575001 or 2583180. OLE color: 2583180.

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

Color convert

RGB14010639-
CMYK00.240.720.45
HSL39.8º56.42%35.1%-
HSV(B)39.8º72.14%54.9%-
XYZ16.3416.034.15-
YUV108.5388.76150.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=49.12%
G=37.19%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401063900.240.720.4539.856.4235.1
Hex8C6A27018482D283823
Octal2141524703011055507043
Binary1000110011010101001110110001001000101101101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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