#855C6C

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

Shades of Mauve Taupe #855C6C

Tints of Mauve Taupe #855C6C

Color information

#855C6C (or 0x855C6C) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5C and 6C. RGB value is (133,92,108). Sum of RGB (Red+Green+Blue) = 133+92+108=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C6C is #7AA393. Grayscale: #6A6A6A. Windows color (decimal): -8037268 or 7101573. OLE color: 7101573.

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

Color convert

RGB13392108-
CMYK00.310.190.48
HSL336.59º18.22%44.12%-
HSV(B)336.59º30.83%52.16%-
XYZ16.2113.7215.98-
YUV106.08129.08147.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=39.94%
G=27.63%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339210800.310.190.48336.5918.2244.12
Hex855C6C01F1330151122c
Octal20513415403723605212254
Binary10000101101110011011000111111001111000010101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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