#855F6D

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

Shades of Mauve Taupe #855F6D

Tints of Mauve Taupe #855F6D

Color information

#855F6D (or 0x855F6D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 6D. RGB value is (133,95,109). Sum of RGB (Red+Green+Blue) = 133+95+109=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F6D is #7AA092. Grayscale: #6B6B6B. Windows color (decimal): -8036499 or 7167877. OLE color: 7167877.

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

Color convert

RGB13395109-
CMYK00.290.180.48
HSL337.89º16.67%44.71%-
HSV(B)337.89º28.57%52.16%-
XYZ16.5314.2816.35-
YUV107.96128.59145.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=39.47%
G=28.19%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339510900.290.180.48337.8916.6744.71
Hex855F6D01D1230152112d
Octal20513715503522605222155
Binary10000101101111111011010111011001011000010101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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