#876164

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

Shades of Mauve Taupe #876164

Tints of Mauve Taupe #876164

Color information

#876164 (or 0x876164) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 64. RGB value is (135,97,100). Sum of RGB (Red+Green+Blue) = 135+97+100=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876164 is #789E9B. Grayscale: #6C6C6C. Windows color (decimal): -7904924 or 6578567. OLE color: 6578567.

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

Color convert

RGB13597100-
CMYK00.280.260.47
HSL355.26º16.38%45.49%-
HSV(B)355.26º28.15%52.94%-
XYZ16.5714.6214.01-
YUV108.7123.09146.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=40.66%
G=29.22%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359710000.280.260.47355.2616.3845.49
Hex87616401C1A2F163102d
Octal20714114403432575432055
Binary10000111110000111001000111001101010111110110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876164; }

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

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

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

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

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

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

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

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