#88636B

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

Shades of Mauve Taupe #88636B

Tints of Mauve Taupe #88636B

Color information

#88636B (or 0x88636B) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 6B. RGB value is (136,99,107). Sum of RGB (Red+Green+Blue) = 136+99+107=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88636B is #779C94. Grayscale: #6E6E6E. Windows color (decimal): -7838869 or 7037832. OLE color: 7037832.

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

Color convert

RGB13699107-
CMYK00.270.210.47
HSL347.03º15.74%46.08%-
HSV(B)347.03º27.21%53.33%-
XYZ17.2715.2215.94-
YUV110.98125.76145.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=39.77%
G=28.95%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369910700.270.210.47347.0315.7446.08
Hex88636B01B152F15b102e
Octal21014315303325575332056
Binary10001000110001111010110110111010110111110101101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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