#85616D

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

Shades of Mauve Taupe #85616D

Tints of Mauve Taupe #85616D

Color information

#85616D (or 0x85616D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 6D. RGB value is (133,97,109). Sum of RGB (Red+Green+Blue) = 133+97+109=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85616D is #7A9E92. Grayscale: #6D6D6D. Windows color (decimal): -8035987 or 7168389. OLE color: 7168389.

HSL color Cylindrical-coordinate representation of color #85616D: hue angle of 340º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85616D is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13397109-
CMYK00.270.180.48
HSL340º15.65%45.1%-
HSV(B)340º27.07%52.16%-
XYZ16.7114.6416.41-
YUV109.13127.93145.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=39.23%
G=28.61%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339710900.270.180.4834015.6545.1
Hex85616D01B1230154102d
Octal20514115503322605242055
Binary10000101110000111011010110111001011000010101010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,97,109); }

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

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

 a { background-color: rgb(133,97,109); }

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

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

 span { border-color: rgb(133,97,109); }

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