#81606B

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

Shades of Mauve Taupe #81606B

Tints of Mauve Taupe #81606B

Color information

#81606B (or 0x81606B) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 6B. RGB value is (129,96,107). Sum of RGB (Red+Green+Blue) = 129+96+107=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #81606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81606B is #7E9F94. Grayscale: #6B6B6B. Windows color (decimal): -8298389 or 7037057. OLE color: 7037057.

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

Color convert

RGB12996107-
CMYK00.260.170.49
HSL340º14.67%44.12%-
HSV(B)340º25.58%50.59%-
XYZ15.8914.0915.79-
YUV107.12127.93143.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=38.86%
G=28.92%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299610700.260.170.4934014.6744.12
Hex81606B01A1131154f2c
Octal20114015303221615241754
Binary1000000111000001101011011010100011100011010101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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