#8D6155

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

Shades of Spicy Mix #8D6155

Tints of Spicy Mix #8D6155

Color information

#8D6155 (or 0x8D6155) is unknown color: approx Spicy Mix. HEX triplet: 8D, 61 and 55. RGB value is (141,97,85). Sum of RGB (Red+Green+Blue) = 141+97+85=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6155 is #729EAA. Grayscale: #6C6C6C. Windows color (decimal): -7511723 or 5595533. OLE color: 5595533.

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

Color convert

RGB1419785-
CMYK00.310.400.45
HSL12.86º24.78%44.31%-
HSV(B)12.86º39.72%55.29%-
XYZ16.914.8710.57-
YUV108.79114.58150.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=43.65%
G=30.03%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141978500.310.400.4512.8624.7844.31
Hex8D615501F282Dd192c
Octal2151411250375055153154
Binary1000110111000011010101011111101000101101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,85); }

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

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

 a { background-color: rgb(141,97,85); }

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

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

 span { border-color: rgb(141,97,85); }

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