#876266

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

Shades of Mauve Taupe #876266

Tints of Mauve Taupe #876266

Color information

#876266 (or 0x876266) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 66. RGB value is (135,98,102). Sum of RGB (Red+Green+Blue) = 135+98+102=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876266 is #789D99. Grayscale: #6D6D6D. Windows color (decimal): -7904666 or 6709895. OLE color: 6709895.

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

Color convert

RGB13598102-
CMYK00.270.240.47
HSL353.51º15.88%45.69%-
HSV(B)353.51º27.41%52.94%-
XYZ16.7614.8514.55-
YUV109.52123.76146.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=40.30%
G=29.25%
B=30.45%

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
Decimal1359810200.270.240.47353.5115.8845.69
Hex87626601B182F162102e
Octal20714214603330575422056
Binary10000111110001011001100110111100010111110110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876266; }

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

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

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

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

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

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

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

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