#8D6054

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

Shades of Spicy Mix #8D6054

Tints of Spicy Mix #8D6054

Color information

#8D6054 (or 0x8D6054) is unknown color: approx Spicy Mix. HEX triplet: 8D, 60 and 54. RGB value is (141,96,84). Sum of RGB (Red+Green+Blue) = 141+96+84=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6054 is #729FAB. Grayscale: #6C6C6C. Windows color (decimal): -7511980 or 5529741. OLE color: 5529741.

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

Color convert

RGB1419684-
CMYK00.320.400.45
HSL12.63º25.33%44.12%-
HSV(B)12.63º40.43%55.29%-
XYZ16.7714.6710.34-
YUV108.09114.41151.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=43.93%
G=29.91%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141968400.320.400.4512.6325.3344.12
Hex8D6054020282Dd192c
Octal2151401240405055153154
Binary10001101110000010101000100000101000101101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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