#855B6C

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

Shades of Mauve Taupe #855B6C

Tints of Mauve Taupe #855B6C

Color information

#855B6C (or 0x855B6C) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5B and 6C. RGB value is (133,91,108). Sum of RGB (Red+Green+Blue) = 133+91+108=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B6C is #7AA493. Grayscale: #696969. Windows color (decimal): -8037524 or 7101317. OLE color: 7101317.

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

Color convert

RGB13391108-
CMYK00.320.190.48
HSL335.71º18.75%43.92%-
HSV(B)335.71º31.58%52.16%-
XYZ16.1213.5515.95-
YUV105.5129.41147.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=40.06%
G=27.41%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339110800.320.190.48335.7118.7543.92
Hex855B6C0201330150132c
Octal20513315404023605202354
Binary100001011011011110110001000001001111000010101000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,108); }

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

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

 a { background-color: rgb(133,91,108); }

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

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

 span { border-color: rgb(133,91,108); }

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