#88666B

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

Shades of Mauve Taupe #88666B

Tints of Mauve Taupe #88666B

Color information

#88666B (or 0x88666B) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 6B. RGB value is (136,102,107). Sum of RGB (Red+Green+Blue) = 136+102+107=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88666B is #779994. Grayscale: #707070. Windows color (decimal): -7838101 or 7038600. OLE color: 7038600.

HSL color Cylindrical-coordinate representation of color #88666B: hue angle of 351.18º 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 #88666B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB136102107-
CMYK00.250.210.47
HSL351.18º14.29%46.67%-
HSV(B)351.18º25%53.33%-
XYZ17.5615.816.03-
YUV112.74124.76144.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=39.42%
G=29.57%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610210700.250.210.47351.1814.2946.67
Hex88666B019152F15fe2f
Octal21014615303125575371657
Binary1000100011001101101011011001101011011111010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88666B; }

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

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

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

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

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

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

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

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