Html Css Color HEX #88646E Mauve Taupe

📋 copy color: '#88646E'

red 136 ◦ green 100 ◦ blue 110

#88646E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #88646E

Tints of Mauve Taupe #88646E

RGB

 RED value IS 136 (53.52% from 255) = 39.31%

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 39.31%
G = 28.9%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88646E (or 0x88646E) is known color: Mauve Taupe. HEX triplet: 88, 64 and 6E. RGB value is (136,100,110). Sum of RGB (Red+Green+Blue) = 136+100+110=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88646E is #779B91. Grayscale: #6F6F6F. Windows color (decimal): -7838610 or 7234696. OLE color: 7234696.

HSL color Cylindrical-coordinate representation of color #88646E: hue angle of 343.33º 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 #88646E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 110 -
CMYK 0 0.26 0.19 0.47
HSL 343.33º 0.15% 0.46% -
HSV(B) 343.33º 0.26% 0.53% -
XYZ 17.52 15.47 16.82 -
YUV 111.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 136 100 110 0 0.26 0.19 0.47 343.33 0.15 0.46
Hex 88 64 6E 0 1A 13 2F 157 F 2E
Octal 210 144 156 0 32 23 57 527 17 56
Binary 10001000 1100100 1101110 0 11010 10011 101111 101010111 1111 101110

Color Harmonies of #88646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88646E

Black with #88646E

Text Example


Text Example

White with #88646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88646E;
 }
 .AnyTagClassName
 {
   color: #88646E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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