#8F6457

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

Shades of Spicy Mix #8F6457

Tints of Spicy Mix #8F6457

Color information

#8F6457 (or 0x8F6457) is unknown color: approx Spicy Mix. HEX triplet: 8F, 64 and 57. RGB value is (143,100,87). Sum of RGB (Red+Green+Blue) = 143+100+87=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6457 is #709BA8. Grayscale: #6F6F6F. Windows color (decimal): -7379881 or 5727375. OLE color: 5727375.

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

Color convert

RGB14310087-
CMYK00.300.390.44
HSL13.93º24.35%45.1%-
HSV(B)13.93º39.16%56.08%-
XYZ17.6115.6411.11-
YUV111.38114.25150.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=43.33%
G=30.30%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431008700.300.390.4413.9324.3545.1
Hex8F645701E272Ce182d
Octal2171441270364754163055
Binary1000111111001001010111011110100111101100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,87); }

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

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

 a { background-color: rgb(143,100,87); }

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

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

 span { border-color: rgb(143,100,87); }

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