#8A6668

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

Shades of Mauve Taupe #8A6668

Tints of Mauve Taupe #8A6668

Color information

#8A6668 (or 0x8A6668) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 66 and 68. RGB value is (138,102,104). Sum of RGB (Red+Green+Blue) = 138+102+104=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6668 is #759997. Grayscale: #717171. Windows color (decimal): -7707032 or 6841994. OLE color: 6841994.

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

Color convert

RGB138102104-
CMYK00.260.250.46
HSL356.67º15%47.06%-
HSV(B)356.67º26.09%54.12%-
XYZ17.7315.9115.23-
YUV112.99122.93145.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=40.12%
G=29.65%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810210400.260.250.46356.671547.06
Hex8A666801A192E165f2f
Octal21214615003231565451757
Binary1000101011001101101000011010110011011101011001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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