#855B6B

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

Shades of Mauve Taupe #855B6B

Tints of Mauve Taupe #855B6B

Color information

#855B6B (or 0x855B6B) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5B and 6B. RGB value is (133,91,107). Sum of RGB (Red+Green+Blue) = 133+91+107=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B6B is #7AA494. Grayscale: #696969. Windows color (decimal): -8037525 or 7035781. OLE color: 7035781.

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

Color convert

RGB13391107-
CMYK00.320.200.48
HSL337.14º18.75%43.92%-
HSV(B)337.14º31.58%52.16%-
XYZ16.0713.5315.67-
YUV105.38128.91147.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=40.18%
G=27.49%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339110700.320.200.48337.1418.7543.92
Hex855B6B0201430151132c
Octal20513315304024605212354
Binary100001011011011110101101000001010011000010101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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