#8D6454

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

Shades of Spicy Mix #8D6454

Tints of Spicy Mix #8D6454

Color information

#8D6454 (or 0x8D6454) is unknown color: approx Spicy Mix. HEX triplet: 8D, 64 and 54. RGB value is (141,100,84). Sum of RGB (Red+Green+Blue) = 141+100+84=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6454 is #729BAB. Grayscale: #6E6E6E. Windows color (decimal): -7510956 or 5530765. OLE color: 5530765.

HSL color Cylindrical-coordinate representation of color #8D6454: hue angle of 16.84º 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 #8D6454 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14110084-
CMYK00.290.400.45
HSL16.84º25.33%44.12%-
HSV(B)16.84º40.43%55.29%-
XYZ17.1415.4210.46-
YUV110.44113.08149.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=43.38%
G=30.77%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411008400.290.400.4516.8425.3344.12
Hex8D645401D282D11192c
Octal2151441240355055213154
Binary10001101110010010101000111011010001011011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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