#876465

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

Shades of Mauve Taupe #876465

Tints of Mauve Taupe #876465

Color information

#876465 (or 0x876465) is unknown color: approx Mauve Taupe. HEX triplet: 87, 64 and 65. RGB value is (135,100,101). Sum of RGB (Red+Green+Blue) = 135+100+101=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876465 is #789B9A. Grayscale: #6E6E6E. Windows color (decimal): -7904155 or 6644871. OLE color: 6644871.

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

Color convert

RGB135100101-
CMYK00.260.250.47
HSL358.29º14.89%46.08%-
HSV(B)358.29º25.93%52.94%-
XYZ16.915.214.36-
YUV110.58122.6145.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=40.18%
G=29.76%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510010100.260.250.47358.2914.8946.08
Hex87646501A192F166f2e
Octal20714414503231575461756
Binary1000011111001001100101011010110011011111011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876465; }

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

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

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

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

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

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

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

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