#856170

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

Shades of Mauve Taupe #856170

Tints of Mauve Taupe #856170

Color information

#856170 (or 0x856170) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 70. RGB value is (133,97,112). Sum of RGB (Red+Green+Blue) = 133+97+112=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856170 is #7A9E8F. Grayscale: #6D6D6D. Windows color (decimal): -8035984 or 7364997. OLE color: 7364997.

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

Color convert

RGB13397112-
CMYK00.270.160.48
HSL335º15.65%45.1%-
HSV(B)335º27.07%52.16%-
XYZ16.8714.7117.28-
YUV109.47129.43144.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=38.89%
G=28.36%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339711200.270.160.4833515.6545.1
Hex85617001B103014f102d
Octal20514116003320605172055
Binary10000101110000111100000110111000011000010100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856170; }

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

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

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

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

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

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

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

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