#856163

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

Shades of Mauve Taupe #856163

Tints of Mauve Taupe #856163

Color information

#856163 (or 0x856163) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 63. RGB value is (133,97,99). Sum of RGB (Red+Green+Blue) = 133+97+99=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #856163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856163 is #7A9E9C. Grayscale: #6C6C6C. Windows color (decimal): -8035997 or 6513029. OLE color: 6513029.

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

Color convert

RGB1339799-
CMYK00.270.260.48
HSL356.67º15.65%45.1%-
HSV(B)356.67º27.07%52.16%-
XYZ16.214.4413.74-
YUV107.99122.93145.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=40.43%
G=29.48%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133979900.270.260.48356.6715.6545.1
Hex85616301B1A30165102d
Octal20514114303332605452055
Binary10000101110000111000110110111101011000010110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856163; }

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

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

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

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

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

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

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

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