Html Css Color HEX #88666D Mauve Taupe

📋 copy color: '#88666D'

red 136 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #88666D

Tints of Mauve Taupe #88666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 39.19%
G = 29.39%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88666D (or 0x88666D) is known color: Mauve Taupe. HEX triplet: 88, 66 and 6D. RGB value is (136,102,109). Sum of RGB (Red+Green+Blue) = 136+102+109=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88666D is #779992. Grayscale: #707070. Windows color (decimal): -7838099 or 7169672. OLE color: 7169672.

HSL color Cylindrical-coordinate representation of color #88666D: hue angle of 347.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88666D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 109 -
CMYK 0 0.25 0.20 0.47
HSL 347.65º 0.14% 0.47% -
HSV(B) 347.65º 0.25% 0.53% -
XYZ 17.67 15.84 16.59 -
YUV 112.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 136 102 109 0 0.25 0.20 0.47 347.65 0.14 0.47
Hex 88 66 6D 0 19 14 2F 15C E 2F
Octal 210 146 155 0 31 24 57 534 16 57
Binary 10001000 1100110 1101101 0 11001 10100 101111 101011100 1110 101111

Color Harmonies of #88666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88666D

Black with #88666D

Text Example


Text Example

White with #88666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88666D; }

 p { color: rgb(136,102,109); }

 H1.HeaderClassName
 {
   color: #88666D;
 }
 .AnyTagClassName
 {
   color: #88666D;
 }
</style>

background-color css

<style>
 a { background-color: #88666D; }

 a { background-color: rgb(136,102,109); }

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

border-color css

<style>
 span { border-color: #88666D; }

 span { border-color: rgb(136,102,109); }

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