#88606F

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

Shades of Mauve Taupe #88606F

Tints of Mauve Taupe #88606F

Color information

#88606F (or 0x88606F) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 6F. RGB value is (136,96,111). Sum of RGB (Red+Green+Blue) = 136+96+111=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88606F is #779F90. Grayscale: #6D6D6D. Windows color (decimal): -7839633 or 7299208. OLE color: 7299208.

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

Color convert

RGB13696111-
CMYK00.290.180.47
HSL337.5º17.24%45.49%-
HSV(B)337.5º29.41%53.33%-
XYZ17.2114.7516.98-
YUV109.67128.75146.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=39.65%
G=27.99%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369611100.290.180.47337.517.2445.49
Hex88606F01D122F152112d
Octal21014015703522575222155
Binary10001000110000011011110111011001010111110101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88606F; }

 p { color: rgb(136,96,111); }

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

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

 a { background-color: rgb(136,96,111); }

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

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

 span { border-color: rgb(136,96,111); }

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