#8C686A

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

Shades of Mauve Taupe #8C686A

Tints of Mauve Taupe #8C686A

Color information

#8C686A (or 0x8C686A) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 68 and 6A. RGB value is (140,104,106). Sum of RGB (Red+Green+Blue) = 140+104+106=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C686A is #739795. Grayscale: #737373. Windows color (decimal): -7575446 or 6973580. OLE color: 6973580.

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

Color convert

RGB140104106-
CMYK00.260.240.45
HSL356.67º14.75%47.84%-
HSV(B)356.67º25.71%54.9%-
XYZ18.3716.5215.86-
YUV114.99122.93145.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=40%
G=29.71%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010410600.260.240.45356.6714.7547.84
Hex8C686A01A182D165f30
Octal21415015203230555451760
Binary1000110011010001101010011010110001011011011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,106); }

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

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

 a { background-color: rgb(140,104,106); }

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

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

 span { border-color: rgb(140,104,106); }

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