#8F6051

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

Shades of Spicy Mix #8F6051

Tints of Spicy Mix #8F6051

Color information

#8F6051 (or 0x8F6051) is unknown color: approx Spicy Mix. HEX triplet: 8F, 60 and 51. RGB value is (143,96,81). Sum of RGB (Red+Green+Blue) = 143+96+81=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6051 is #709FAE. Grayscale: #6C6C6C. Windows color (decimal): -7380911 or 5333135. OLE color: 5333135.

HSL color Cylindrical-coordinate representation of color #8F6051: hue angle of 14.52º 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 #8F6051 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1439681-
CMYK00.330.430.44
HSL14.52º27.68%43.92%-
HSV(B)14.52º43.36%56.08%-
XYZ1714.89.75-
YUV108.34112.57152.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=44.69%
G=30%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143968100.330.430.4414.5227.6843.92
Hex8F60510212B2Cf1c2c
Octal2171401210415354173454
Binary10001111110000010100010100001101011101100111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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