#876267

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

Shades of Mauve Taupe #876267

Tints of Mauve Taupe #876267

Color information

#876267 (or 0x876267) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 67. RGB value is (135,98,103). Sum of RGB (Red+Green+Blue) = 135+98+103=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876267 is #789D98. Grayscale: #6D6D6D. Windows color (decimal): -7904665 or 6775431. OLE color: 6775431.

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

Color convert

RGB13598103-
CMYK00.270.240.47
HSL351.89º15.88%45.69%-
HSV(B)351.89º27.41%52.94%-
XYZ16.8114.8714.82-
YUV109.63124.26146.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=40.18%
G=29.17%
B=30.65%

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
Decimal1359810300.270.240.47351.8915.8845.69
Hex87626701B182F160102e
Octal20714214703330575402056
Binary10000111110001011001110110111100010111110110000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876267; }

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

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

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

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

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

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

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

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