#85646B

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

Shades of Mauve Taupe #85646B

Tints of Mauve Taupe #85646B

Color information

#85646B (or 0x85646B) is unknown color: approx Mauve Taupe. HEX triplet: 85, 64 and 6B. RGB value is (133,100,107). Sum of RGB (Red+Green+Blue) = 133+100+107=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85646B is #7A9B94. Grayscale: #6E6E6E. Windows color (decimal): -8035221 or 7038085. OLE color: 7038085.

HSL color Cylindrical-coordinate representation of color #85646B: hue angle of 347.27º 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 #85646B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133100107-
CMYK00.250.200.48
HSL347.27º14.16%45.69%-
HSV(B)347.27º24.81%52.16%-
XYZ16.8815.1615.95-
YUV110.66125.93143.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=39.12%
G=29.41%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310010700.250.200.48347.2714.1645.69
Hex85646B019143015be2e
Octal20514415303124605331656
Binary1000010111001001101011011001101001100001010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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