#88626B

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

Shades of Mauve Taupe #88626B

Tints of Mauve Taupe #88626B

Color information

#88626B (or 0x88626B) is unknown color: approx Mauve Taupe. HEX triplet: 88, 62 and 6B. RGB value is (136,98,107). Sum of RGB (Red+Green+Blue) = 136+98+107=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88626B is #779D94. Grayscale: #6E6E6E. Windows color (decimal): -7839125 or 7037576. OLE color: 7037576.

HSL color Cylindrical-coordinate representation of color #88626B: hue angle of 345.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88626B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13698107-
CMYK00.280.210.47
HSL345.79º16.24%45.88%-
HSV(B)345.79º27.94%53.33%-
XYZ17.1715.0315.91-
YUV110.39126.09146.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=39.88%
G=28.74%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369810700.280.210.47345.7916.2445.88
Hex88626B01C152F15a102e
Octal21014215303425575322056
Binary10001000110001011010110111001010110111110101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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