#8C6675

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

Shades of Mauve Taupe #8C6675

Tints of Mauve Taupe #8C6675

Color information

#8C6675 (or 0x8C6675) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 66 and 75. RGB value is (140,102,117). Sum of RGB (Red+Green+Blue) = 140+102+117=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6675 is #73998A. Grayscale: #737373. Windows color (decimal): -7575947 or 7693964. OLE color: 7693964.

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

Color convert

RGB140102117-
CMYK00.270.160.45
HSL336.32º15.7%47.45%-
HSV(B)336.32º27.14%54.9%-
XYZ18.7816.3619-
YUV115.07129.09145.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=39.00%
G=28.41%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010211700.270.160.45336.3215.747.45
Hex8C667501B102D150102f
Octal21414616503320555202057
Binary10001100110011011101010110111000010110110101000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,117); }

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

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

 a { background-color: rgb(140,102,117); }

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

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

 span { border-color: rgb(140,102,117); }

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