#8F6C28

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

Shades of Corn Harvest #8F6C28

Tints of Corn Harvest #8F6C28

Color information

#8F6C28 (or 0x8F6C28) is unknown color: approx Corn Harvest. HEX triplet: 8F, 6C and 28. RGB value is (143,108,40). Sum of RGB (Red+Green+Blue) = 143+108+40=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6C28 is #7093D7. Grayscale: #6F6F6F. Windows color (decimal): -7377880 or 2649231. OLE color: 2649231.

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

Color convert

RGB14310840-
CMYK00.240.720.44
HSL39.61º56.28%35.88%-
HSV(B)39.61º72.03%56.08%-
XYZ17.0716.724.33-
YUV110.7188.1151.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.14%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=49.14%
G=37.11%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431084000.240.720.4439.6156.2835.88
Hex8F6C28018482C283824
Octal2171545003011054507044
Binary1000111111011001010000110001001000101100101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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