#81616C

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

Shades of Mauve Taupe #81616C

Tints of Mauve Taupe #81616C

Color information

#81616C (or 0x81616C) is unknown color: approx Mauve Taupe. HEX triplet: 81, 61 and 6C. RGB value is (129,97,108). Sum of RGB (Red+Green+Blue) = 129+97+108=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #81616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81616C is #7E9E93. Grayscale: #6B6B6B. Windows color (decimal): -8298132 or 7102849. OLE color: 7102849.

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

Color convert

RGB12997108-
CMYK00.250.160.49
HSL339.38º14.16%44.31%-
HSV(B)339.38º24.81%50.59%-
XYZ16.0314.316.1-
YUV107.82128.1143.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=38.62%
G=29.04%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299710800.250.160.49339.3814.1644.31
Hex81616C0191031153e2c
Octal20114115403120615231654
Binary1000000111000011101100011001100001100011010100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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