#8F6C34

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

Shades of Corn Harvest #8F6C34

Tints of Corn Harvest #8F6C34

Color information

#8F6C34 (or 0x8F6C34) is unknown color: approx Corn Harvest. HEX triplet: 8F, 6C and 34. RGB value is (143,108,52). Sum of RGB (Red+Green+Blue) = 143+108+52=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6C34 is #7093CB. Grayscale: #707070. Windows color (decimal): -7377868 or 3435663. OLE color: 3435663.

HSL color Cylindrical-coordinate representation of color #8F6C34: hue angle of 36.92º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F6C34 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB14310852-
CMYK00.240.640.44
HSL36.92º46.67%38.24%-
HSV(B)36.92º63.64%56.08%-
XYZ17.3116.815.58-
YUV112.0894.1150.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=47.19%
G=35.64%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431085200.240.640.4436.9246.6738.24
Hex8F6C34018402C252f26
Octal2171546403010054455746
Binary1000111111011001101000110001000000101100100101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,108,52); }

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

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

 a { background-color: rgb(143,108,52); }

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

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

 span { border-color: rgb(143,108,52); }

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