#876569

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

Shades of Mauve Taupe #876569

Tints of Mauve Taupe #876569

Color information

#876569 (or 0x876569) is unknown color: approx Mauve Taupe. HEX triplet: 87, 65 and 69. RGB value is (135,101,105). Sum of RGB (Red+Green+Blue) = 135+101+105=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #876569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876569 is #789A96. Grayscale: #6F6F6F. Windows color (decimal): -7903895 or 6907271. OLE color: 6907271.

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

Color convert

RGB135101105-
CMYK00.250.220.47
HSL352.94º14.41%46.27%-
HSV(B)352.94º25.19%52.94%-
XYZ17.215.4815.45-
YUV111.62124.26144.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=39.59%
G=29.62%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510110500.250.220.47352.9414.4146.27
Hex876569019162F161e2e
Octal20714515103126575411656
Binary1000011111001011101001011001101101011111011000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876569; }

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

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

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

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

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

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

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

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