#876268

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

Shades of Mauve Taupe #876268

Tints of Mauve Taupe #876268

Color information

#876268 (or 0x876268) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 68. RGB value is (135,98,104). Sum of RGB (Red+Green+Blue) = 135+98+104=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876268 is #789D97. Grayscale: #6D6D6D. Windows color (decimal): -7904664 or 6840967. OLE color: 6840967.

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

Color convert

RGB13598104-
CMYK00.270.230.47
HSL350.27º15.88%45.69%-
HSV(B)350.27º27.41%52.94%-
XYZ16.8614.8915.08-
YUV109.75124.76146.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=40.06%
G=29.08%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359810400.270.230.47350.2715.8845.69
Hex87626801B172F15e102e
Octal20714215003327575362056
Binary10000111110001011010000110111011110111110101111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876268; }

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

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

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

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

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

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

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

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