#85666F

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

Shades of Mauve Taupe #85666F

Tints of Mauve Taupe #85666F

Color information

#85666F (or 0x85666F) is unknown color: approx Mauve Taupe. HEX triplet: 85, 66 and 6F. RGB value is (133,102,111). Sum of RGB (Red+Green+Blue) = 133+102+111=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85666F is #7A9990. Grayscale: #707070. Windows color (decimal): -8034705 or 7300741. OLE color: 7300741.

HSL color Cylindrical-coordinate representation of color #85666F: hue angle of 342.58º 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 #85666F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB133102111-
CMYK00.230.170.48
HSL342.58º13.19%46.08%-
HSV(B)342.58º23.31%52.16%-
XYZ17.2915.6417.15-
YUV112.29127.27142.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=38.44%
G=29.48%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310211100.230.170.48342.5813.1946.08
Hex85666F0171130157d2e
Octal20514615702721605271556
Binary1000010111001101101111010111100011100001010101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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