#856471

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

Shades of Mauve Taupe #856471

Tints of Mauve Taupe #856471

Color information

#856471 (or 0x856471) is unknown color: approx Mauve Taupe. HEX triplet: 85, 64 and 71. RGB value is (133,100,113). Sum of RGB (Red+Green+Blue) = 133+100+113=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856471 is #7A9B8E. Grayscale: #6F6F6F. Windows color (decimal): -8035215 or 7431301. OLE color: 7431301.

HSL color Cylindrical-coordinate representation of color #856471: hue angle of 336.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856471 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133100113-
CMYK00.250.150.48
HSL336.36º14.16%45.69%-
HSV(B)336.36º24.81%52.16%-
XYZ17.2115.2917.67-
YUV111.35128.93143.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=38.44%
G=28.90%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310011300.250.150.48336.3614.1645.69
Hex856471019F30150e2e
Octal20514416103117605201656
Binary100001011100100111000101100111111100001010100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856471; }

 p { color: rgb(133,100,113); }

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

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

 a { background-color: rgb(133,100,113); }

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

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

 span { border-color: rgb(133,100,113); }

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