#81646C

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

Shades of Mauve Taupe #81646C

Tints of Mauve Taupe #81646C

Color information

#81646C (or 0x81646C) is unknown color: approx Mauve Taupe. HEX triplet: 81, 64 and 6C. RGB value is (129,100,108). Sum of RGB (Red+Green+Blue) = 129+100+108=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #81646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81646C is #7E9B93. Grayscale: #6D6D6D. Windows color (decimal): -8297364 or 7103617. OLE color: 7103617.

HSL color Cylindrical-coordinate representation of color #81646C: hue angle of 343.45º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81646C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB129100108-
CMYK00.220.160.49
HSL343.45º12.66%44.9%-
HSV(B)343.45º22.48%50.59%-
XYZ16.3214.8616.2-
YUV109.58127.11141.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=38.28%
G=29.67%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910010800.220.160.49343.4512.6644.9
Hex81646C0161031157d2d
Octal20114415402620615271555
Binary1000000111001001101100010110100001100011010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81646C; }

 p { color: rgb(129,100,108); }

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

<style>
 a { background-color: #81646C; }

 a { background-color: rgb(129,100,108); }

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

<style>
 span { border-color: #81646C; }

 span { border-color: rgb(129,100,108); }

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