#85646D

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

Shades of Mauve Taupe #85646D

Tints of Mauve Taupe #85646D

Color information

#85646D (or 0x85646D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 64 and 6D. RGB value is (133,100,109). Sum of RGB (Red+Green+Blue) = 133+100+109=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85646D is #7A9B92. Grayscale: #6E6E6E. Windows color (decimal): -8035219 or 7169157. OLE color: 7169157.

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

Color convert

RGB133100109-
CMYK00.250.180.48
HSL343.64º14.16%45.69%-
HSV(B)343.64º24.81%52.16%-
XYZ16.9915.2116.51-
YUV110.89126.93143.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=38.89%
G=29.24%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310010900.250.180.48343.6414.1645.69
Hex85646D0191230158e2e
Octal20514415503122605301656
Binary1000010111001001101101011001100101100001010110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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