#8A686D

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

Shades of Mauve Taupe #8A686D

Tints of Mauve Taupe #8A686D

Color information

#8A686D (or 0x8A686D) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 68 and 6D. RGB value is (138,104,109). Sum of RGB (Red+Green+Blue) = 138+104+109=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A686D is #759792. Grayscale: #727272. Windows color (decimal): -7706515 or 7170186. OLE color: 7170186.

HSL color Cylindrical-coordinate representation of color #8A686D: hue angle of 351.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A686D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB138104109-
CMYK00.250.210.46
HSL351.18º14.05%47.45%-
HSV(B)351.18º24.64%54.12%-
XYZ18.1916.4116.68-
YUV114.74124.76144.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=39.32%
G=29.63%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810410900.250.210.46351.1814.0547.45
Hex8A686D019152E15fe2f
Octal21215015503125565371657
Binary1000101011010001101101011001101011011101010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,104,109); }

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

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

 a { background-color: rgb(138,104,109); }

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

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

 span { border-color: rgb(138,104,109); }

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