#88616E

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

Shades of Mauve Taupe #88616E

Tints of Mauve Taupe #88616E

Color information

#88616E (or 0x88616E) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 6E. RGB value is (136,97,110). Sum of RGB (Red+Green+Blue) = 136+97+110=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88616E is #779E91. Grayscale: #6E6E6E. Windows color (decimal): -7839378 or 7233928. OLE color: 7233928.

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

Color convert

RGB13697110-
CMYK00.290.190.47
HSL340º16.74%45.69%-
HSV(B)340º28.68%53.33%-
XYZ17.2414.9116.72-
YUV110.14127.92146.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=39.65%
G=28.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369711000.290.190.4734016.7445.69
Hex88616E01D132F154112e
Octal21014115603523575242156
Binary10001000110000111011100111011001110111110101010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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