#88646A

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

Shades of Mauve Taupe #88646A

Tints of Mauve Taupe #88646A

Color information

#88646A (or 0x88646A) is unknown color: approx Mauve Taupe. HEX triplet: 88, 64 and 6A. RGB value is (136,100,106). Sum of RGB (Red+Green+Blue) = 136+100+106=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88646A is #779B95. Grayscale: #6F6F6F. Windows color (decimal): -7838614 or 6972552. OLE color: 6972552.

HSL color Cylindrical-coordinate representation of color #88646A: hue angle of 350º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88646A is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB136100106-
CMYK00.260.220.47
HSL350º15.25%46.27%-
HSV(B)350º26.47%53.33%-
XYZ17.3115.3915.69-
YUV111.45124.93145.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=39.77%
G=29.24%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610010600.260.220.4735015.2546.27
Hex88646A01A162F15ef2e
Octal21014415203226575361756
Binary1000100011001001101010011010101101011111010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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