#876366

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

Shades of Mauve Taupe #876366

Tints of Mauve Taupe #876366

Color information

#876366 (or 0x876366) is unknown color: approx Mauve Taupe. HEX triplet: 87, 63 and 66. RGB value is (135,99,102). Sum of RGB (Red+Green+Blue) = 135+99+102=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876366 is #789C99. Grayscale: #6E6E6E. Windows color (decimal): -7904410 or 6710151. OLE color: 6710151.

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

Color convert

RGB13599102-
CMYK00.270.240.47
HSL355º15.38%45.88%-
HSV(B)355º26.67%52.94%-
XYZ16.8515.0314.58-
YUV110.11123.43145.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=40.18%
G=29.46%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359910200.270.240.4735515.3845.88
Hex87636601B182F163f2e
Octal20714314603330575431756
Binary1000011111000111100110011011110001011111011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876366; }

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

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

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

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

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

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

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

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