Html Css Color HEX #88606E Mauve Taupe

📋 copy color: '#88606E'

red 136 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #88606E

Tints of Mauve Taupe #88606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 39.77%
G = 28.07%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88606E (or 0x88606E) is known color: Mauve Taupe. HEX triplet: 88, 60 and 6E. RGB value is (136,96,110). Sum of RGB (Red+Green+Blue) = 136+96+110=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88606E is #779F91. Grayscale: #6D6D6D. Windows color (decimal): -7839634 or 7233672. OLE color: 7233672.

HSL color Cylindrical-coordinate representation of color #88606E: hue angle of 339º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88606E is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 110 -
CMYK 0 0.29 0.19 0.47
HSL 339º 0.17% 0.45% -
HSV(B) 339º 0.29% 0.53% -
XYZ 17.15 14.73 16.69 -
YUV 109.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 136 96 110 0 0.29 0.19 0.47 339 0.17 0.45
Hex 88 60 6E 0 1D 13 2F 153 11 2D
Octal 210 140 156 0 35 23 57 523 21 55
Binary 10001000 1100000 1101110 0 11101 10011 101111 101010011 10001 101101

Color Harmonies of #88606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88606E

Black with #88606E

Text Example


Text Example

White with #88606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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