#8F6246

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

Shades of Spicy Mix #8F6246

Tints of Spicy Mix #8F6246

Color information

#8F6246 (or 0x8F6246) is unknown color: approx Spicy Mix. HEX triplet: 8F, 62 and 46. RGB value is (143,98,70). Sum of RGB (Red+Green+Blue) = 143+98+70=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6246 is #709DB9. Grayscale: #6C6C6C. Windows color (decimal): -7380410 or 4612751. OLE color: 4612751.

HSL color Cylindrical-coordinate representation of color #8F6246: hue angle of 23.01º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F6246 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1439870-
CMYK00.310.510.44
HSL23.01º34.27%41.76%-
HSV(B)23.01º51.05%56.08%-
XYZ16.815.027.81-
YUV108.26106.41152.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=45.98%
G=31.51%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143987000.310.510.4423.0134.2741.76
Hex8F624601F332C17222a
Octal2171421060376354274252
Binary100011111100010100011001111111001110110010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,98,70); }

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

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

 a { background-color: rgb(143,98,70); }

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

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

 span { border-color: rgb(143,98,70); }

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