#876365

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

Shades of Mauve Taupe #876365

Tints of Mauve Taupe #876365

Color information

#876365 (or 0x876365) is unknown color: approx Mauve Taupe. HEX triplet: 87, 63 and 65. RGB value is (135,99,101). Sum of RGB (Red+Green+Blue) = 135+99+101=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876365 is #789C9A. Grayscale: #6E6E6E. Windows color (decimal): -7904411 or 6644615. OLE color: 6644615.

HSL color Cylindrical-coordinate representation of color #876365: hue angle of 356.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876365 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13599101-
CMYK00.270.250.47
HSL356.67º15.38%45.88%-
HSV(B)356.67º26.67%52.94%-
XYZ16.815.0114.32-
YUV109.99122.93145.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=40.30%
G=29.55%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359910100.270.250.47356.6715.3845.88
Hex87636501B192F165f2e
Octal20714314503331575451756
Binary1000011111000111100101011011110011011111011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876365; }

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

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

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

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

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

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

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

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