#8F624F

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

Shades of Spicy Mix #8F624F

Tints of Spicy Mix #8F624F

Color information

#8F624F (or 0x8F624F) is unknown color: approx Spicy Mix. HEX triplet: 8F, 62 and 4F. RGB value is (143,98,79). Sum of RGB (Red+Green+Blue) = 143+98+79=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F624F is #709DB0. Grayscale: #6D6D6D. Windows color (decimal): -7380401 or 5202575. OLE color: 5202575.

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

Color convert

RGB1439879-
CMYK00.310.450.44
HSL17.81º28.83%43.53%-
HSV(B)17.81º44.76%56.08%-
XYZ17.1115.149.42-
YUV109.29110.91152.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=44.69%
G=30.62%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143987900.310.450.4417.8128.8343.53
Hex8F624F01F2D2C121d2c
Octal2171421170375554223554
Binary10001111110001010011110111111011011011001001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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