#855F6F

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

Shades of Mauve Taupe #855F6F

Tints of Mauve Taupe #855F6F

Color information

#855F6F (or 0x855F6F) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 6F. RGB value is (133,95,111). Sum of RGB (Red+Green+Blue) = 133+95+111=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F6F is #7AA090. Grayscale: #6C6C6C. Windows color (decimal): -8036497 or 7298949. OLE color: 7298949.

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

Color convert

RGB13395111-
CMYK00.290.170.48
HSL334.74º16.67%44.71%-
HSV(B)334.74º28.57%52.16%-
XYZ16.6314.3216.93-
YUV108.19129.59145.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=39.23%
G=28.02%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339511100.290.170.48334.7416.6744.71
Hex855F6F01D113014f112d
Octal20513715703521605172155
Binary10000101101111111011110111011000111000010100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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