#88636A

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

Shades of Mauve Taupe #88636A

Tints of Mauve Taupe #88636A

Color information

#88636A (or 0x88636A) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 6A. RGB value is (136,99,106). Sum of RGB (Red+Green+Blue) = 136+99+106=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88636A is #779C95. Grayscale: #6E6E6E. Windows color (decimal): -7838870 or 6972296. OLE color: 6972296.

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

Color convert

RGB13699106-
CMYK00.270.220.47
HSL348.65º15.74%46.08%-
HSV(B)348.65º27.21%53.33%-
XYZ17.2215.215.66-
YUV110.86125.26145.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=39.88%
G=29.03%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369910600.270.220.47348.6515.7446.08
Hex88636A01B162F15d102e
Octal21014315203326575352056
Binary10001000110001111010100110111011010111110101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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