#8A686B

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

Shades of Mauve Taupe #8A686B

Tints of Mauve Taupe #8A686B

Color information

#8A686B (or 0x8A686B) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 68 and 6B. RGB value is (138,104,107). Sum of RGB (Red+Green+Blue) = 138+104+107=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A686B is #759794. Grayscale: #727272. Windows color (decimal): -7706517 or 7039114. OLE color: 7039114.

HSL color Cylindrical-coordinate representation of color #8A686B: hue angle of 354.71º 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 #8A686B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138104107-
CMYK00.250.220.46
HSL354.71º14.05%47.45%-
HSV(B)354.71º24.64%54.12%-
XYZ18.0916.3716.12-
YUV114.51123.76144.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=39.54%
G=29.80%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810410700.250.220.46354.7114.0547.45
Hex8A686B019162E163e2f
Octal21215015303126565431657
Binary1000101011010001101011011001101101011101011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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