#85606D

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

Shades of Mauve Taupe #85606D

Tints of Mauve Taupe #85606D

Color information

#85606D (or 0x85606D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 60 and 6D. RGB value is (133,96,109). Sum of RGB (Red+Green+Blue) = 133+96+109=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85606D is #7A9F92. Grayscale: #6C6C6C. Windows color (decimal): -8036243 or 7168133. OLE color: 7168133.

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

Color convert

RGB13396109-
CMYK00.280.180.48
HSL338.92º16.16%44.9%-
HSV(B)338.92º27.82%52.16%-
XYZ16.6214.4616.38-
YUV108.54128.26145.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=39.35%
G=28.40%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339610900.280.180.48338.9216.1644.9
Hex85606D01C1230153102d
Octal20514015503422605232055
Binary10000101110000011011010111001001011000010101001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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