Html Css Color HEX #886166 Mauve Taupe

📋 copy color: '#886166'

red 136 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #886166

Tints of Mauve Taupe #886166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 40.6%
G = 28.96%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#886166 (or 0x886166) is known color: Mauve Taupe. HEX triplet: 88, 61 and 66. RGB value is (136,97,102). Sum of RGB (Red+Green+Blue) = 136+97+102=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886166 is #779E99. Grayscale: #6D6D6D. Windows color (decimal): -7839386 or 6709640. OLE color: 6709640.

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

Color convert

RGB 136 97 102 -
CMYK 0 0.29 0.25 0.47
HSL 352.31º 0.17% 0.46% -
HSV(B) 352.31º 0.29% 0.53% -
XYZ 16.83 14.74 14.53 -
YUV 109.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 136 97 102 0 0.29 0.25 0.47 352.31 0.17 0.46
Hex 88 61 66 0 1D 19 2F 160 11 2E
Octal 210 141 146 0 35 31 57 540 21 56
Binary 10001000 1100001 1100110 0 11101 11001 101111 101100000 10001 101110

Color Harmonies of #886166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886166

Black with #886166

Text Example


Text Example

White with #886166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886166; }

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

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

background-color css

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

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

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

border-color css

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

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

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