#855D6E

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

Shades of Mauve Taupe #855D6E

Tints of Mauve Taupe #855D6E

Color information

#855D6E (or 0x855D6E) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5D and 6E. RGB value is (133,93,110). Sum of RGB (Red+Green+Blue) = 133+93+110=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D6E is #7AA291. Grayscale: #6A6A6A. Windows color (decimal): -8037010 or 7232901. OLE color: 7232901.

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

Color convert

RGB13393110-
CMYK00.300.170.48
HSL334.5º17.7%44.31%-
HSV(B)334.5º30.08%52.16%-
XYZ16.413.9416.58-
YUV106.9129.75146.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=39.58%
G=27.68%
B=32.74%

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
Decimal1339311000.300.170.48334.517.744.31
Hex855D6E01E113014e122c
Octal20513515603621605162254
Binary10000101101110111011100111101000111000010100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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