#856871

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

Shades of Mauve Taupe #856871

Tints of Mauve Taupe #856871

Color information

#856871 (or 0x856871) is unknown color: approx Mauve Taupe. HEX triplet: 85, 68 and 71. RGB value is (133,104,113). Sum of RGB (Red+Green+Blue) = 133+104+113=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856871 is #7A978E. Grayscale: #717171. Windows color (decimal): -8034191 or 7432325. OLE color: 7432325.

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

Color convert

RGB133104113-
CMYK00.220.150.48
HSL341.38º12.24%46.47%-
HSV(B)341.38º21.8%52.16%-
XYZ17.616.0817.8-
YUV113.7127.61141.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=38%
G=29.71%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310411300.220.150.48341.3812.2446.47
Hex856871016F30155c2e
Octal20515016102617605251456
Binary100001011101000111000101011011111100001010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856871; }

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

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

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

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

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

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

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

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