#855D6D

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

Shades of Mauve Taupe #855D6D

Tints of Mauve Taupe #855D6D

Color information

#855D6D (or 0x855D6D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5D and 6D. RGB value is (133,93,109). Sum of RGB (Red+Green+Blue) = 133+93+109=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D6D is #7AA292. Grayscale: #6A6A6A. Windows color (decimal): -8037011 or 7167365. OLE color: 7167365.

HSL color Cylindrical-coordinate representation of color #855D6D: hue angle of 336º 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 #855D6D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13393109-
CMYK00.300.180.48
HSL336º17.7%44.31%-
HSV(B)336º30.08%52.16%-
XYZ16.3513.9216.29-
YUV106.78129.25146.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=39.70%
G=27.76%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339310900.300.180.4833617.744.31
Hex855D6D01E1230150122c
Octal20513515503622605202254
Binary10000101101110111011010111101001011000010101000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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