#876067

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

Shades of Mauve Taupe #876067

Tints of Mauve Taupe #876067

Color information

#876067 (or 0x876067) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 67. RGB value is (135,96,103). Sum of RGB (Red+Green+Blue) = 135+96+103=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876067 is #789F98. Grayscale: #6C6C6C. Windows color (decimal): -7905177 or 6774919. OLE color: 6774919.

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

Color convert

RGB13596103-
CMYK00.290.240.47
HSL349.23º16.88%45.29%-
HSV(B)349.23º28.89%52.94%-
XYZ16.6214.514.75-
YUV108.46124.92146.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=40.42%
G=28.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359610300.290.240.47349.2316.8845.29
Hex87606701D182F15d112d
Octal20714014703530575352155
Binary10000111110000011001110111011100010111110101110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876067; }

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

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

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

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

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

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

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

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