Html Css Color HEX #88666F Mauve Taupe

📋 copy color: '#88666F'

red 136 ◦ green 102 ◦ blue 111

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

Shades of Mauve Taupe #88666F

Tints of Mauve Taupe #88666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 38.97%
G = 29.23%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88666F (or 0x88666F) is known color: Mauve Taupe. HEX triplet: 88, 66 and 6F. RGB value is (136,102,111). Sum of RGB (Red+Green+Blue) = 136+102+111=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88666F is #779990. Grayscale: #717171. Windows color (decimal): -7838097 or 7300744. OLE color: 7300744.

HSL color Cylindrical-coordinate representation of color #88666F: hue angle of 344.12º 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 #88666F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 111 -
CMYK 0 0.25 0.18 0.47
HSL 344.12º 0.14% 0.47% -
HSV(B) 344.12º 0.25% 0.53% -
XYZ 17.77 15.88 17.17 -
YUV 113.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 136 102 111 0 0.25 0.18 0.47 344.12 0.14 0.47
Hex 88 66 6F 0 19 12 2F 158 E 2F
Octal 210 146 157 0 31 22 57 530 16 57
Binary 10001000 1100110 1101111 0 11001 10010 101111 101011000 1110 101111

Color Harmonies of #88666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88666F

Black with #88666F

Text Example


Text Example

White with #88666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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