#8F6451

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

Shades of Spicy Mix #8F6451

Tints of Spicy Mix #8F6451

Color information

#8F6451 (or 0x8F6451) is unknown color: approx Spicy Mix. HEX triplet: 8F, 64 and 51. RGB value is (143,100,81). Sum of RGB (Red+Green+Blue) = 143+100+81=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6451 is #709BAE. Grayscale: #6E6E6E. Windows color (decimal): -7379887 or 5334159. OLE color: 5334159.

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

Color convert

RGB14310081-
CMYK00.300.430.44
HSL18.39º27.68%43.92%-
HSV(B)18.39º43.36%56.08%-
XYZ17.3715.559.87-
YUV110.69111.25151.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 81 (32.03% from 255) = 25%
R=44.14%
G=30.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431008100.300.430.4418.3927.6843.92
Hex8F645101E2B2C121c2c
Octal2171441210365354223454
Binary10001111110010010100010111101010111011001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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