#856166

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

Shades of Mauve Taupe #856166

Tints of Mauve Taupe #856166

Color information

#856166 (or 0x856166) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 66. RGB value is (133,97,102). Sum of RGB (Red+Green+Blue) = 133+97+102=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856166 is #7A9E99. Grayscale: #6C6C6C. Windows color (decimal): -8035994 or 6709637. OLE color: 6709637.

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

Color convert

RGB13397102-
CMYK00.270.230.48
HSL351.67º15.65%45.1%-
HSV(B)351.67º27.07%52.16%-
XYZ16.3514.514.51-
YUV108.33124.43145.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=40.06%
G=29.22%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339710200.270.230.48351.6715.6545.1
Hex85616601B1730160102d
Octal20514114603327605402055
Binary10000101110000111001100110111011111000010110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856166; }

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

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

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

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

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

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

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

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