#81606D

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

Shades of Mauve Taupe #81606D

Tints of Mauve Taupe #81606D

Color information

#81606D (or 0x81606D) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 6D. RGB value is (129,96,109). Sum of RGB (Red+Green+Blue) = 129+96+109=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #81606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81606D is #7E9F92. Grayscale: #6B6B6B. Windows color (decimal): -8298387 or 7168129. OLE color: 7168129.

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

Color convert

RGB12996109-
CMYK00.260.160.49
HSL336.36º14.67%44.12%-
HSV(B)336.36º25.58%50.59%-
XYZ1614.1416.35-
YUV107.35128.93143.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=38.62%
G=28.74%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299610900.260.160.49336.3614.6744.12
Hex81606D01A1031150f2c
Octal20114015503220615201754
Binary1000000111000001101101011010100001100011010100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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