#8F614E

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

Shades of Spicy Mix #8F614E

Tints of Spicy Mix #8F614E

Color information

#8F614E (or 0x8F614E) is unknown color: approx Spicy Mix. HEX triplet: 8F, 61 and 4E. RGB value is (143,97,78). Sum of RGB (Red+Green+Blue) = 143+97+78=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F614E is #709EB1. Grayscale: #6C6C6C. Windows color (decimal): -7380658 or 5136783. OLE color: 5136783.

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

Color convert

RGB1439778-
CMYK00.320.450.44
HSL17.54º29.41%43.33%-
HSV(B)17.54º45.45%56.08%-
XYZ16.9814.949.2-
YUV108.59110.74152.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=44.97%
G=30.50%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143977800.320.450.4417.5429.4143.33
Hex8F614E0202D2C121d2b
Octal2171411160405554223553
Binary100011111100001100111001000001011011011001001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,78); }

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

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

 a { background-color: rgb(143,97,78); }

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

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

 span { border-color: rgb(143,97,78); }

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