#85656D

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

Shades of Mauve Taupe #85656D

Tints of Mauve Taupe #85656D

Color information

#85656D (or 0x85656D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 65 and 6D. RGB value is (133,101,109). Sum of RGB (Red+Green+Blue) = 133+101+109=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85656D is #7A9A92. Grayscale: #6F6F6F. Windows color (decimal): -8034963 or 7169413. OLE color: 7169413.

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

Color convert

RGB133101109-
CMYK00.240.180.48
HSL345º13.68%45.88%-
HSV(B)345º24.06%52.16%-
XYZ17.0915.416.54-
YUV111.48126.6143.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=38.78%
G=29.45%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310110900.240.180.4834513.6845.88
Hex85656D0181230159e2e
Octal20514515503022605311656
Binary1000010111001011101101011000100101100001010110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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