#88636F

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

Shades of Mauve Taupe #88636F

Tints of Mauve Taupe #88636F

Color information

#88636F (or 0x88636F) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 6F. RGB value is (136,99,111). Sum of RGB (Red+Green+Blue) = 136+99+111=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88636F is #779C90. Grayscale: #6F6F6F. Windows color (decimal): -7838865 or 7299976. OLE color: 7299976.

HSL color Cylindrical-coordinate representation of color #88636F: hue angle of 340.54º 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 #88636F is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13699111-
CMYK00.270.180.47
HSL340.54º15.74%46.08%-
HSV(B)340.54º27.21%53.33%-
XYZ17.4815.3117.07-
YUV111.43127.76145.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=39.31%
G=28.61%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369911100.270.180.47340.5415.7446.08
Hex88636F01B122F155102e
Octal21014315703322575252056
Binary10001000110001111011110110111001010111110101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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