#886669

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

Shades of Mauve Taupe #886669

Tints of Mauve Taupe #886669

Color information

#886669 (or 0x886669) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 69. RGB value is (136,102,105). Sum of RGB (Red+Green+Blue) = 136+102+105=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886669 is #779996. Grayscale: #707070. Windows color (decimal): -7838103 or 6907528. OLE color: 6907528.

HSL color Cylindrical-coordinate representation of color #886669: hue angle of 354.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886669 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB136102105-
CMYK00.250.230.47
HSL354.71º14.29%46.67%-
HSV(B)354.71º25%53.33%-
XYZ17.4515.7615.49-
YUV112.51123.76144.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=39.65%
G=29.74%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610210500.250.230.47354.7114.2946.67
Hex886669019172F163e2f
Octal21014615103127575431657
Binary1000100011001101101001011001101111011111011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886669; }

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

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

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

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

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

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

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

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