#856870

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

Shades of Mauve Taupe #856870

Tints of Mauve Taupe #856870

Color information

#856870 (or 0x856870) is unknown color: approx Mauve Taupe. HEX triplet: 85, 68 and 70. RGB value is (133,104,112). Sum of RGB (Red+Green+Blue) = 133+104+112=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856870 is #7A978F. Grayscale: #717171. Windows color (decimal): -8034192 or 7366789. OLE color: 7366789.

HSL color Cylindrical-coordinate representation of color #856870: hue angle of 343.45º 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 #856870 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB133104112-
CMYK00.220.160.48
HSL343.45º12.24%46.47%-
HSV(B)343.45º21.8%52.16%-
XYZ17.5516.0617.5-
YUV113.58127.11141.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=38.11%
G=29.80%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310411200.220.160.48343.4512.2446.47
Hex8568700161030157c2e
Octal20515016002620605271456
Binary1000010111010001110000010110100001100001010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856870; }

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

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

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

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

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

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

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

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