#8F6448

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

Shades of Spicy Mix #8F6448

Tints of Spicy Mix #8F6448

Color information

#8F6448 (or 0x8F6448) is unknown color: approx Spicy Mix. HEX triplet: 8F, 64 and 48. RGB value is (143,100,72). Sum of RGB (Red+Green+Blue) = 143+100+72=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6448 is #709BB7. Grayscale: #6D6D6D. Windows color (decimal): -7379896 or 4744335. OLE color: 4744335.

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

Color convert

RGB14310072-
CMYK00.300.500.44
HSL23.66º33.02%42.16%-
HSV(B)23.66º49.65%56.08%-
XYZ17.0515.428.21-
YUV109.66106.75151.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=45.40%
G=31.75%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431007200.300.500.4423.6633.0242.16
Hex8F644801E322C18212a
Octal2171441100366254304152
Binary100011111100100100100001111011001010110011000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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