#88606B

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

Shades of Mauve Taupe #88606B

Tints of Mauve Taupe #88606B

Color information

#88606B (or 0x88606B) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 6B. RGB value is (136,96,107). Sum of RGB (Red+Green+Blue) = 136+96+107=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #88606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88606B is #779F94. Grayscale: #6D6D6D. Windows color (decimal): -7839637 or 7037064. OLE color: 7037064.

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

Color convert

RGB13696107-
CMYK00.290.210.47
HSL343.5º17.24%45.49%-
HSV(B)343.5º29.41%53.33%-
XYZ16.9914.6615.84-
YUV109.21126.75147.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=40.12%
G=28.32%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369610700.290.210.47343.517.2445.49
Hex88606B01D152F158112d
Octal21014015303525575302155
Binary10001000110000011010110111011010110111110101100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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