#8F6C1D

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

Shades of Corn Harvest #8F6C1D

Tints of Corn Harvest #8F6C1D

Color information

#8F6C1D (or 0x8F6C1D) is unknown color: approx Corn Harvest. HEX triplet: 8F, 6C and 1D. RGB value is (143,108,29). Sum of RGB (Red+Green+Blue) = 143+108+29=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6C1D is #7093E2. Grayscale: #6D6D6D. Windows color (decimal): -7377891 or 1928335. OLE color: 1928335.

HSL color Cylindrical-coordinate representation of color #8F6C1D: hue angle of 41.58º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F6C1D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14310829-
CMYK00.240.800.44
HSL41.58º66.28%33.73%-
HSV(B)41.58º79.72%56.08%-
XYZ16.9116.653.49-
YUV109.4682.6151.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.07%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 29 (11.72% from 255) = 10.36%
R=51.07%
G=38.57%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431082900.240.800.4441.5866.2833.73
Hex8F6C1D018502C2a4222
Octal21715435030120545210242
Binary1000111111011001110101100010100001011001010101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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