#855D6F

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

Shades of Mauve Taupe #855D6F

Tints of Mauve Taupe #855D6F

Color information

#855D6F (or 0x855D6F) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5D and 6F. RGB value is (133,93,111). Sum of RGB (Red+Green+Blue) = 133+93+111=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D6F is #7AA290. Grayscale: #6A6A6A. Windows color (decimal): -8037009 or 7298437. OLE color: 7298437.

HSL color Cylindrical-coordinate representation of color #855D6F: hue angle of 333º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D6F is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13393111-
CMYK00.300.170.48
HSL333º17.7%44.31%-
HSV(B)333º30.08%52.16%-
XYZ16.4613.9616.87-
YUV107.01130.25146.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=39.47%
G=27.60%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339311100.300.170.4833317.744.31
Hex855D6F01E113014d122c
Octal20513515703621605152254
Binary10000101101110111011110111101000111000010100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D6F; }

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

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

<style>
 a { background-color: #855D6F; }

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

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

<style>
 span { border-color: #855D6F; }

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

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