#886165

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

Shades of Mauve Taupe #886165

Tints of Mauve Taupe #886165

Color information

#886165 (or 0x886165) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 65. RGB value is (136,97,101). Sum of RGB (Red+Green+Blue) = 136+97+101=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886165 is #779E9A. Grayscale: #6D6D6D. Windows color (decimal): -7839387 or 6644104. OLE color: 6644104.

HSL color Cylindrical-coordinate representation of color #886165: hue angle of 353.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886165 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13697101-
CMYK00.290.260.47
HSL353.85º16.74%45.69%-
HSV(B)353.85º28.68%53.33%-
XYZ16.7814.7214.27-
YUV109.12123.42147.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=40.72%
G=29.04%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369710100.290.260.47353.8516.7445.69
Hex88616501D1A2F162112e
Octal21014114503532575422156
Binary10001000110000111001010111011101010111110110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886165; }

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

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

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

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

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

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

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

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