#8F6D35

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

Shades of Corn Harvest #8F6D35

Tints of Corn Harvest #8F6D35

Color information

#8F6D35 (or 0x8F6D35) is unknown color: approx Corn Harvest. HEX triplet: 8F, 6D and 35. RGB value is (143,109,53). Sum of RGB (Red+Green+Blue) = 143+109+53=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6D35 is #7092CA. Grayscale: #717171. Windows color (decimal): -7377611 or 3501455. OLE color: 3501455.

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

Color convert

RGB14310953-
CMYK00.240.630.44
HSL37.33º45.92%38.43%-
HSV(B)37.33º62.94%56.08%-
XYZ17.4417.035.74-
YUV112.7894.26149.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.89%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=46.89%
G=35.74%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431095300.240.630.4437.3345.9238.43
Hex8F6D350183F2C252e26
Octal217155650307754455646
Binary100011111101101110101011000111111101100100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,109,53); }

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

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

 a { background-color: rgb(143,109,53); }

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

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

 span { border-color: rgb(143,109,53); }

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