#8A6669

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

Shades of Mauve Taupe #8A6669

Tints of Mauve Taupe #8A6669

Color information

#8A6669 (or 0x8A6669) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 66 and 69. RGB value is (138,102,105). Sum of RGB (Red+Green+Blue) = 138+102+105=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6669 is #759996. Grayscale: #717171. Windows color (decimal): -7707031 or 6907530. OLE color: 6907530.

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

Color convert

RGB138102105-
CMYK00.260.240.46
HSL355º15%47.06%-
HSV(B)355º26.09%54.12%-
XYZ17.7815.9315.5-
YUV113.11123.43145.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=40%
G=29.57%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810210500.260.240.463551547.06
Hex8A666901A182E163f2f
Octal21214615103230565431757
Binary1000101011001101101001011010110001011101011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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