#876064

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

Shades of Mauve Taupe #876064

Tints of Mauve Taupe #876064

Color information

#876064 (or 0x876064) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 64. RGB value is (135,96,100). Sum of RGB (Red+Green+Blue) = 135+96+100=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #876064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876064 is #789F9B. Grayscale: #6C6C6C. Windows color (decimal): -7905180 or 6578311. OLE color: 6578311.

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

Color convert

RGB13596100-
CMYK00.290.260.47
HSL353.85º16.88%45.29%-
HSV(B)353.85º28.89%52.94%-
XYZ16.4714.4413.97-
YUV108.12123.42147.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=40.79%
G=29.00%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359610000.290.260.47353.8516.8845.29
Hex87606401D1A2F162112d
Octal20714014403532575422155
Binary10000111110000011001000111011101010111110110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876064; }

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

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

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

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

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

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

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

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