#81606F

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

Shades of Mauve Taupe #81606F

Tints of Mauve Taupe #81606F

Color information

#81606F (or 0x81606F) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 6F. RGB value is (129,96,111). Sum of RGB (Red+Green+Blue) = 129+96+111=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #81606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81606F is #7E9F90. Grayscale: #6B6B6B. Windows color (decimal): -8298385 or 7299201. OLE color: 7299201.

HSL color Cylindrical-coordinate representation of color #81606F: hue angle of 332.73º 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 #81606F is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB12996111-
CMYK00.260.140.49
HSL332.73º14.67%44.12%-
HSV(B)332.73º25.58%50.59%-
XYZ16.1114.1816.93-
YUV107.58129.93143.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=38.39%
G=28.57%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299611100.260.140.49332.7314.6744.12
Hex81606F01AE3114df2c
Octal20114015703216615151754
Binary100000011100000110111101101011101100011010011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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