#81626B

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

Shades of Mauve Taupe #81626B

Tints of Mauve Taupe #81626B

Color information

#81626B (or 0x81626B) is unknown color: approx Mauve Taupe. HEX triplet: 81, 62 and 6B. RGB value is (129,98,107). Sum of RGB (Red+Green+Blue) = 129+98+107=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #81626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81626B is #7E9D94. Grayscale: #6C6C6C. Windows color (decimal): -8297877 or 7037569. OLE color: 7037569.

HSL color Cylindrical-coordinate representation of color #81626B: hue angle of 342.58º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81626B is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB12998107-
CMYK00.240.170.49
HSL342.58º13.66%44.51%-
HSV(B)342.58º24.03%50.59%-
XYZ16.0714.4615.85-
YUV108.29127.27142.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=38.62%
G=29.34%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299810700.240.170.49342.5813.6644.51
Hex81626B0181131157e2d
Octal20114215303021615271655
Binary1000000111000101101011011000100011100011010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81626B; }

 p { color: rgb(129,98,107); }

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

<style>
 a { background-color: #81626B; }

 a { background-color: rgb(129,98,107); }

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

<style>
 span { border-color: #81626B; }

 span { border-color: rgb(129,98,107); }

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