#856070

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

Shades of Mauve Taupe #856070

Tints of Mauve Taupe #856070

Color information

#856070 (or 0x856070) is unknown color: approx Mauve Taupe. HEX triplet: 85, 60 and 70. RGB value is (133,96,112). Sum of RGB (Red+Green+Blue) = 133+96+112=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #856070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856070 is #7A9F8F. Grayscale: #6C6C6C. Windows color (decimal): -8036240 or 7364741. OLE color: 7364741.

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

Color convert

RGB13396112-
CMYK00.280.160.48
HSL334.05º16.16%44.9%-
HSV(B)334.05º27.82%52.16%-
XYZ16.7814.5217.25-
YUV108.89129.76145.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=39.00%
G=28.15%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339611200.280.160.48334.0516.1644.9
Hex85607001C103014e102d
Octal20514016003420605162055
Binary10000101110000011100000111001000011000010100111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856070; }

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

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

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

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

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

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

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

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