#8C624C

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

Shades of Spicy Mix #8C624C

Tints of Spicy Mix #8C624C

Color information

#8C624C (or 0x8C624C) is unknown color: approx Spicy Mix. HEX triplet: 8C, 62 and 4C. RGB value is (140,98,76). Sum of RGB (Red+Green+Blue) = 140+98+76=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C624C is #739DB3. Grayscale: #6C6C6C. Windows color (decimal): -7577012 or 5005964. OLE color: 5005964.

HSL color Cylindrical-coordinate representation of color #8C624C: hue angle of 20.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C624C is Cyan = 0, Magento = 0.3, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1409876-
CMYK00.30.460.45
HSL20.62º29.63%42.35%-
HSV(B)20.62º45.71%54.9%-
XYZ16.4914.838.83-
YUV108.05109.91150.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=44.59%
G=31.21%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140987600.30.460.4520.6229.6342.35
Hex8C624C01E2E2D151e2a
Octal2141421140365655253652
Binary10001100110001010011000111101011101011011010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,76); }

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

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

 a { background-color: rgb(140,98,76); }

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

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

 span { border-color: rgb(140,98,76); }

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