#81626D

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

Shades of Mauve Taupe #81626D

Tints of Mauve Taupe #81626D

Color information

#81626D (or 0x81626D) is unknown color: approx Mauve Taupe. HEX triplet: 81, 62 and 6D. RGB value is (129,98,109). Sum of RGB (Red+Green+Blue) = 129+98+109=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #81626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81626D is #7E9D92. Grayscale: #6C6C6C. Windows color (decimal): -8297875 or 7168641. OLE color: 7168641.

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

Color convert

RGB12998109-
CMYK00.240.160.49
HSL338.71º13.66%44.51%-
HSV(B)338.71º24.03%50.59%-
XYZ16.1814.5116.42-
YUV108.52128.27142.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=38.39%
G=29.17%
B=32.44%

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
Decimal1299810900.240.160.49338.7113.6644.51
Hex81626D0181031153e2d
Octal20114215503020615231655
Binary1000000111000101101101011000100001100011010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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