#8F6248

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

Shades of Spicy Mix #8F6248

Tints of Spicy Mix #8F6248

Color information

#8F6248 (or 0x8F6248) is unknown color: approx Spicy Mix. HEX triplet: 8F, 62 and 48. RGB value is (143,98,72). Sum of RGB (Red+Green+Blue) = 143+98+72=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6248 is #709DB7. Grayscale: #6C6C6C. Windows color (decimal): -7380408 or 4743823. OLE color: 4743823.

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

Color convert

RGB1439872-
CMYK00.310.500.44
HSL21.97º33.02%42.16%-
HSV(B)21.97º49.65%56.08%-
XYZ16.8715.048.15-
YUV108.49107.41152.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.69%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=45.69%
G=31.31%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143987200.310.500.4421.9733.0242.16
Hex8F624801F322C16212a
Octal2171421100376254264152
Binary100011111100010100100001111111001010110010110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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