#856570

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

Shades of Mauve Taupe #856570

Tints of Mauve Taupe #856570

Color information

#856570 (or 0x856570) is unknown color: approx Mauve Taupe. HEX triplet: 85, 65 and 70. RGB value is (133,101,112). Sum of RGB (Red+Green+Blue) = 133+101+112=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856570 is #7A9A8F. Grayscale: #6F6F6F. Windows color (decimal): -8034960 or 7366021. OLE color: 7366021.

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

Color convert

RGB133101112-
CMYK00.240.160.48
HSL339.38º13.68%45.88%-
HSV(B)339.38º24.06%52.16%-
XYZ17.2515.4617.4-
YUV111.82128.1143.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=38.44%
G=29.19%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310111200.240.160.48339.3813.6845.88
Hex8565700181030153e2e
Octal20514516003020605231656
Binary1000010111001011110000011000100001100001010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856570; }

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

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

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

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

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

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

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

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