#876062

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

Shades of Mauve Taupe #876062

Tints of Mauve Taupe #876062

Color information

#876062 (or 0x876062) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 62. RGB value is (135,96,98). Sum of RGB (Red+Green+Blue) = 135+96+98=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #876062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876062 is #789F9D. Grayscale: #6B6B6B. Windows color (decimal): -7905182 or 6447239. OLE color: 6447239.

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

Color convert

RGB1359698-
CMYK00.290.270.47
HSL356.92º16.88%45.29%-
HSV(B)356.92º28.89%52.94%-
XYZ16.3814.413.47-
YUV107.89122.42147.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=41.03%
G=29.18%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135969800.290.270.47356.9216.8845.29
Hex87606201D1B2F165112d
Octal20714014203533575452155
Binary10000111110000011000100111011101110111110110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876062; }

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

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

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

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

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

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

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

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