#81646F

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

Shades of Mauve Taupe #81646F

Tints of Mauve Taupe #81646F

Color information

#81646F (or 0x81646F) is unknown color: approx Mauve Taupe. HEX triplet: 81, 64 and 6F. RGB value is (129,100,111). Sum of RGB (Red+Green+Blue) = 129+100+111=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #81646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81646F is #7E9B90. Grayscale: #6D6D6D. Windows color (decimal): -8297361 or 7300225. OLE color: 7300225.

HSL color Cylindrical-coordinate representation of color #81646F: hue angle of 337.24º 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 #81646F is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB129100111-
CMYK00.220.140.49
HSL337.24º12.66%44.9%-
HSV(B)337.24º22.48%50.59%-
XYZ16.4814.9317.05-
YUV109.92128.61141.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=37.94%
G=29.41%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910011100.220.140.49337.2412.6644.9
Hex81646F016E31151d2d
Octal20114415702616615211555
Binary100000011100100110111101011011101100011010100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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