#8C5F61

Color #8C5F61 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8C5F61

Tints of Mauve Taupe #8C5F61

Color information

#8C5F61 (or 0x8C5F61) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5F and 61. RGB value is (140,95,97). Sum of RGB (Red+Green+Blue) = 140+95+97=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F61 is #73A09E. Grayscale: #6C6C6C. Windows color (decimal): -7577759 or 6381452. OLE color: 6381452.

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

Color convert

RGB1409597-
CMYK00.320.310.45
HSL357.33º19.15%46.08%-
HSV(B)357.33º32.14%54.9%-
XYZ17.0714.6213.23-
YUV108.68121.41150.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=42.17%
G=28.61%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140959700.320.310.45357.3319.1546.08
Hex8C5F610201F2D165132e
Octal21413714104037555452356
Binary100011001011111110000101000001111110110110110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,95,97); }

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

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

 a { background-color: rgb(140,95,97); }

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

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

 span { border-color: rgb(140,95,97); }

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