#8F6347

Color #8F6347 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #8F6347

Tints of Spicy Mix #8F6347

Color information

#8F6347 (or 0x8F6347) is unknown color: approx Spicy Mix. HEX triplet: 8F, 63 and 47. RGB value is (143,99,71). Sum of RGB (Red+Green+Blue) = 143+99+71=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6347 is #709CB8. Grayscale: #6D6D6D. Windows color (decimal): -7380153 or 4678543. OLE color: 4678543.

HSL color Cylindrical-coordinate representation of color #8F6347: hue angle of 23.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6347 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1439971-
CMYK00.310.500.44
HSL23.33º33.64%41.96%-
HSV(B)23.33º50.35%56.08%-
XYZ16.9315.228.01-
YUV108.96106.58152.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.69%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=45.69%
G=31.63%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143997100.310.500.4423.3333.6441.96
Hex8F634701F322C17222a
Octal2171431070376254274252
Binary100011111100011100011101111111001010110010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,71); }

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

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

 a { background-color: rgb(143,99,71); }

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

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

 span { border-color: rgb(143,99,71); }

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