#8A666C

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

Shades of Mauve Taupe #8A666C

Tints of Mauve Taupe #8A666C

Color information

#8A666C (or 0x8A666C) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 66 and 6C. RGB value is (138,102,108). Sum of RGB (Red+Green+Blue) = 138+102+108=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A666C is #759993. Grayscale: #717171. Windows color (decimal): -7707028 or 7104138. OLE color: 7104138.

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

Color convert

RGB138102108-
CMYK00.260.220.46
HSL350º15%47.06%-
HSV(B)350º26.09%54.12%-
XYZ17.9415.9916.33-
YUV113.45124.93145.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=39.66%
G=29.31%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810210800.260.220.463501547.06
Hex8A666C01A162E15ef2f
Octal21214615403226565361757
Binary1000101011001101101100011010101101011101010111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,108); }

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

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

 a { background-color: rgb(138,102,108); }

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

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

 span { border-color: rgb(138,102,108); }

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