Html Css Color HEX #886566 Mauve Taupe

📋 copy color: '#886566'

red 136 ◦ green 101 ◦ blue 102

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

Shades of Mauve Taupe #886566

Tints of Mauve Taupe #886566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 40.12%
G = 29.79%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#886566 (or 0x886566) is known color: Mauve Taupe. HEX triplet: 88, 65 and 66. RGB value is (136,101,102). Sum of RGB (Red+Green+Blue) = 136+101+102=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886566 is #779A99. Grayscale: #6F6F6F. Windows color (decimal): -7838362 or 6710664. OLE color: 6710664.

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

Color convert

RGB 136 101 102 -
CMYK 0 0.26 0.25 0.47
HSL 358.29º 0.15% 0.46% -
HSV(B) 358.29º 0.26% 0.53% -
XYZ 17.21 15.5 14.66 -
YUV 111.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 136 101 102 0 0.26 0.25 0.47 358.29 0.15 0.46
Hex 88 65 66 0 1A 19 2F 166 F 2E
Octal 210 145 146 0 32 31 57 546 17 56
Binary 10001000 1100101 1100110 0 11010 11001 101111 101100110 1111 101110

Color Harmonies of #886566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886566

Black with #886566

Text Example


Text Example

White with #886566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886566; }

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

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

background-color css

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

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

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

border-color css

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

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

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