#8A606D

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

Shades of Mauve Taupe #8A606D

Tints of Mauve Taupe #8A606D

Color information

#8A606D (or 0x8A606D) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 60 and 6D. RGB value is (138,96,109). Sum of RGB (Red+Green+Blue) = 138+96+109=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A606D is #759F92. Grayscale: #6E6E6E. Windows color (decimal): -7708563 or 7168138. OLE color: 7168138.

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

Color convert

RGB13896109-
CMYK00.300.210.46
HSL341.43º17.95%45.88%-
HSV(B)341.43º30.43%54.12%-
XYZ17.4214.8716.42-
YUV110.04127.41147.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=40.23%
G=27.99%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389610900.300.210.46341.4317.9545.88
Hex8A606D01E152E155122e
Octal21214015503625565252256
Binary10001010110000011011010111101010110111010101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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