#81616B

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

Shades of Mauve Taupe #81616B

Tints of Mauve Taupe #81616B

Color information

#81616B (or 0x81616B) is unknown color: approx Mauve Taupe. HEX triplet: 81, 61 and 6B. RGB value is (129,97,107). Sum of RGB (Red+Green+Blue) = 129+97+107=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #81616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81616B is #7E9E94. Grayscale: #6B6B6B. Windows color (decimal): -8298133 or 7037313. OLE color: 7037313.

HSL color Cylindrical-coordinate representation of color #81616B: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81616B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB12997107-
CMYK00.250.170.49
HSL341.25º14.16%44.31%-
HSV(B)341.25º24.81%50.59%-
XYZ15.9814.2815.82-
YUV107.71127.6143.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=38.74%
G=29.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299710700.250.170.49341.2514.1644.31
Hex81616B0191131155e2c
Octal20114115303121615251654
Binary1000000111000011101011011001100011100011010101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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