#8C5D67

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

Shades of Mauve Taupe #8C5D67

Tints of Mauve Taupe #8C5D67

Color information

#8C5D67 (or 0x8C5D67) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5D and 67. RGB value is (140,93,103). Sum of RGB (Red+Green+Blue) = 140+93+103=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5D67 is #73A298. Grayscale: #6C6C6C. Windows color (decimal): -7578265 or 6774156. OLE color: 6774156.

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

Color convert

RGB14093103-
CMYK00.340.260.45
HSL347.23º20.17%45.69%-
HSV(B)347.23º33.57%54.9%-
XYZ17.1814.3814.7-
YUV108.19125.07150.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=41.67%
G=27.68%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409310300.340.260.45347.2320.1745.69
Hex8C5D670221A2D15b142e
Octal21413514704232555332456
Binary100011001011101110011101000101101010110110101101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,93,103); }

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

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

 a { background-color: rgb(140,93,103); }

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

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

 span { border-color: rgb(140,93,103); }

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