#876466

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

Shades of Mauve Taupe #876466

Tints of Mauve Taupe #876466

Color information

#876466 (or 0x876466) is unknown color: approx Mauve Taupe. HEX triplet: 87, 64 and 66. RGB value is (135,100,102). Sum of RGB (Red+Green+Blue) = 135+100+102=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876466 is #789B99. Grayscale: #6E6E6E. Windows color (decimal): -7904154 or 6710407. OLE color: 6710407.

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

Color convert

RGB135100102-
CMYK00.260.240.47
HSL356.57º14.89%46.08%-
HSV(B)356.57º25.93%52.94%-
XYZ16.9515.2214.62-
YUV110.69123.1145.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=40.06%
G=29.67%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510010200.260.240.47356.5714.8946.08
Hex87646601A182F165f2e
Octal20714414603230575451756
Binary1000011111001001100110011010110001011111011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876466; }

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

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

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

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

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

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

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

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