#8d6158

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

Shades of Spicy Mix #8D6158

Tints of Spicy Mix #8D6158

Color information

#8D6158 (or 0x8D6158) is unknown color: approx Spicy Mix. HEX triplet: 8D, 61 and 58. RGB value is (141,97,88). Sum of RGB (Red+Green+Blue) = 141+97+88=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6158 is #729EA7. Grayscale: #6D6D6D. Windows color (decimal): -7511720 or 5792141. OLE color: 5792141.

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

Color convert

RGB1419788-
CMYK00.310.380.45
HSL10.19º23.14%44.9%-
HSV(B)10.19º37.59%55.29%-
XYZ17.0214.9211.21-
YUV109.13116.08150.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=43.25%
G=29.75%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141978800.310.380.4510.1923.1444.9
Hex8D615801F262Da172d
Octal2151411300374655122755
Binary1000110111000011011000011111100110101101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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