#88606D

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

Shades of Mauve Taupe #88606D

Tints of Mauve Taupe #88606D

Color information

#88606D (or 0x88606D) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 6D. RGB value is (136,96,109). Sum of RGB (Red+Green+Blue) = 136+96+109=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88606D is #779F92. Grayscale: #6D6D6D. Windows color (decimal): -7839635 or 7168136. OLE color: 7168136.

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

Color convert

RGB13696109-
CMYK00.290.200.47
HSL340.5º17.24%45.49%-
HSV(B)340.5º29.41%53.33%-
XYZ17.114.716.41-
YUV109.44127.75146.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=39.88%
G=28.15%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369610900.290.200.47340.517.2445.49
Hex88606D01D142F154112d
Octal21014015503524575242155
Binary10001000110000011011010111011010010111110101010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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