#8C6167

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

Shades of Mauve Taupe #8C6167

Tints of Mauve Taupe #8C6167

Color information

#8C6167 (or 0x8C6167) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 61 and 67. RGB value is (140,97,103). Sum of RGB (Red+Green+Blue) = 140+97+103=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6167 is #739E98. Grayscale: #6E6E6E. Windows color (decimal): -7577241 or 6775180. OLE color: 6775180.

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

Color convert

RGB14097103-
CMYK00.310.260.45
HSL351.63º18.14%46.47%-
HSV(B)351.63º30.71%54.9%-
XYZ17.5415.114.82-
YUV110.54123.75149.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=41.18%
G=28.53%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409710300.310.260.45351.6318.1446.47
Hex8C616701F1A2D160122e
Octal21414114703732555402256
Binary10001100110000111001110111111101010110110110000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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