#8C6454

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

Shades of Spicy Mix #8C6454

Tints of Spicy Mix #8C6454

Color information

#8C6454 (or 0x8C6454) is unknown color: approx Spicy Mix. HEX triplet: 8C, 64 and 54. RGB value is (140,100,84). Sum of RGB (Red+Green+Blue) = 140+100+84=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6454 is #739BAB. Grayscale: #6E6E6E. Windows color (decimal): -7576492 or 5530764. OLE color: 5530764.

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

Color convert

RGB14010084-
CMYK00.290.40.45
HSL17.14º25%43.92%-
HSV(B)17.14º40%54.9%-
XYZ16.9715.3310.45-
YUV110.14113.25149.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=43.21%
G=30.86%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401008400.290.40.4517.142543.92
Hex8C645401D282D11192c
Octal2141441240355055213154
Binary10001100110010010101000111011010001011011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,84); }

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

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

 a { background-color: rgb(140,100,84); }

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

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

 span { border-color: rgb(140,100,84); }

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