#886169

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

Shades of Mauve Taupe #886169

Tints of Mauve Taupe #886169

Color information

#886169 (or 0x886169) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 69. RGB value is (136,97,105). Sum of RGB (Red+Green+Blue) = 136+97+105=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886169 is #779E96. Grayscale: #6D6D6D. Windows color (decimal): -7839383 or 6906248. OLE color: 6906248.

HSL color Cylindrical-coordinate representation of color #886169: hue angle of 347.69º 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 #886169 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13697105-
CMYK00.290.230.47
HSL347.69º16.74%45.69%-
HSV(B)347.69º28.68%53.33%-
XYZ16.9814.815.33-
YUV109.57125.42146.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=40.24%
G=28.70%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369710500.290.230.47347.6916.7445.69
Hex88616901D172F15c112e
Octal21014115103527575342156
Binary10001000110000111010010111011011110111110101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886169; }

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

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

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

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

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

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

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

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