#85666D

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

Shades of Mauve Taupe #85666D

Tints of Mauve Taupe #85666D

Color information

#85666D (or 0x85666D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 66 and 6D. RGB value is (133,102,109). Sum of RGB (Red+Green+Blue) = 133+102+109=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85666D is #7A9992. Grayscale: #707070. Windows color (decimal): -8034707 or 7169669. OLE color: 7169669.

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

Color convert

RGB133102109-
CMYK00.230.180.48
HSL346.45º13.19%46.08%-
HSV(B)346.45º23.31%52.16%-
XYZ17.1815.5916.57-
YUV112.07126.27142.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=38.66%
G=29.65%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310210900.230.180.48346.4513.1946.08
Hex85666D017123015ad2e
Octal20514615502722605321556
Binary1000010111001101101101010111100101100001010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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