#88616F

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

Shades of Mauve Taupe #88616F

Tints of Mauve Taupe #88616F

Color information

#88616F (or 0x88616F) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 6F. RGB value is (136,97,111). Sum of RGB (Red+Green+Blue) = 136+97+111=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88616F is #779E90. Grayscale: #6E6E6E. Windows color (decimal): -7839377 or 7299464. OLE color: 7299464.

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

Color convert

RGB13697111-
CMYK00.290.180.47
HSL338.46º16.74%45.69%-
HSV(B)338.46º28.68%53.33%-
XYZ17.314.9317.01-
YUV110.26128.42146.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=39.53%
G=28.20%
B=32.27%

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
Decimal1369711100.290.180.47338.4616.7445.69
Hex88616F01D122F152112e
Octal21014115703522575222156
Binary10001000110000111011110111011001010111110101001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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