#876166

Color #876166 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #876166

Tints of Mauve Taupe #876166

Color information

#876166 (or 0x876166) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 66. RGB value is (135,97,102). Sum of RGB (Red+Green+Blue) = 135+97+102=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876166 is #789E99. Grayscale: #6C6C6C. Windows color (decimal): -7904922 or 6709639. OLE color: 6709639.

HSL color Cylindrical-coordinate representation of color #876166: hue angle of 352.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876166 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13597102-
CMYK00.280.240.47
HSL352.11º16.38%45.49%-
HSV(B)352.11º28.15%52.94%-
XYZ16.6614.6614.52-
YUV108.93124.09146.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=40.42%
G=29.04%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359710200.280.240.47352.1116.3845.49
Hex87616601C182F160102d
Octal20714114603430575402055
Binary10000111110000111001100111001100010111110110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876166; }

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

 H1.HeaderClassName
 {
   color: #876166;
 }
 .AnyTagClassName
 {
   color: #876166;
 }
</style>
background-color css

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

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

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

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

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

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