#856165

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

Shades of Mauve Taupe #856165

Tints of Mauve Taupe #856165

Color information

#856165 (or 0x856165) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 65. RGB value is (133,97,101). Sum of RGB (Red+Green+Blue) = 133+97+101=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856165 is #7A9E9A. Grayscale: #6C6C6C. Windows color (decimal): -8035995 or 6644101. OLE color: 6644101.

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

Color convert

RGB13397101-
CMYK00.270.240.48
HSL353.33º15.65%45.1%-
HSV(B)353.33º27.07%52.16%-
XYZ16.314.4814.25-
YUV108.22123.93145.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=40.18%
G=29.31%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339710100.270.240.48353.3315.6545.1
Hex85616501B1830161102d
Octal20514114503330605412055
Binary10000101110000111001010110111100011000010110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856165; }

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

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

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

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

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

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

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

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