#856063

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

Shades of Mauve Taupe #856063

Tints of Mauve Taupe #856063

Color information

#856063 (or 0x856063) is unknown color: approx Mauve Taupe. HEX triplet: 85, 60 and 63. RGB value is (133,96,99). Sum of RGB (Red+Green+Blue) = 133+96+99=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856063 is #7A9F9C. Grayscale: #6B6B6B. Windows color (decimal): -8036253 or 6512773. OLE color: 6512773.

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

Color convert

RGB1339699-
CMYK00.280.260.48
HSL355.14º16.16%44.9%-
HSV(B)355.14º27.82%52.16%-
XYZ16.1114.2513.71-
YUV107.4123.26146.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=40.55%
G=29.27%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133969900.280.260.48355.1416.1644.9
Hex85606301C1A30163102d
Octal20514014303432605432055
Binary10000101110000011000110111001101011000010110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856063; }

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

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

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

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

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

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

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

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