#8F6456

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

Shades of Spicy Mix #8F6456

Tints of Spicy Mix #8F6456

Color information

#8F6456 (or 0x8F6456) is unknown color: approx Spicy Mix. HEX triplet: 8F, 64 and 56. RGB value is (143,100,86). Sum of RGB (Red+Green+Blue) = 143+100+86=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6456 is #709BA9. Grayscale: #6F6F6F. Windows color (decimal): -7379882 or 5661839. OLE color: 5661839.

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

Color convert

RGB14310086-
CMYK00.300.400.44
HSL14.74º24.89%44.9%-
HSV(B)14.74º39.86%56.08%-
XYZ17.5615.6310.89-
YUV111.26113.75150.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=43.47%
G=30.40%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431008600.300.400.4414.7424.8944.9
Hex8F645601E282Cf192d
Octal2171441260365054173155
Binary1000111111001001010110011110101000101100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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