#8D6157

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

Shades of Spicy Mix #8D6157

Tints of Spicy Mix #8D6157

Color information

#8D6157 (or 0x8D6157) is unknown color: approx Spicy Mix. HEX triplet: 8D, 61 and 57. RGB value is (141,97,87). Sum of RGB (Red+Green+Blue) = 141+97+87=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6157 is #729EA8. Grayscale: #6D6D6D. Windows color (decimal): -7511721 or 5726605. OLE color: 5726605.

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

Color convert

RGB1419787-
CMYK00.310.380.45
HSL11.11º23.68%44.71%-
HSV(B)11.11º38.3%55.29%-
XYZ16.9814.911-
YUV109.02115.58150.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=43.38%
G=29.85%
B=26.77%

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
Decimal141978700.310.380.4511.1123.6844.71
Hex8D615701F262Db182d
Octal2151411270374655133055
Binary1000110111000011010111011111100110101101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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