#81626C

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

Shades of Mauve Taupe #81626C

Tints of Mauve Taupe #81626C

Color information

#81626C (or 0x81626C) is unknown color: approx Mauve Taupe. HEX triplet: 81, 62 and 6C. RGB value is (129,98,108). Sum of RGB (Red+Green+Blue) = 129+98+108=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81626C is #7E9D93. Grayscale: #6C6C6C. Windows color (decimal): -8297876 or 7103105. OLE color: 7103105.

HSL color Cylindrical-coordinate representation of color #81626C: hue angle of 340.65º 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 #81626C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12998108-
CMYK00.240.160.49
HSL340.65º13.66%44.51%-
HSV(B)340.65º24.03%50.59%-
XYZ16.1314.4916.13-
YUV108.41127.77142.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=38.51%
G=29.25%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299810800.240.160.49340.6513.6644.51
Hex81626C0181031155e2d
Octal20114215403020615251655
Binary1000000111000101101100011000100001100011010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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