#876568

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

Shades of Mauve Taupe #876568

Tints of Mauve Taupe #876568

Color information

#876568 (or 0x876568) is unknown color: approx Mauve Taupe. HEX triplet: 87, 65 and 68. RGB value is (135,101,104). Sum of RGB (Red+Green+Blue) = 135+101+104=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #876568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876568 is #789A97. Grayscale: #6F6F6F. Windows color (decimal): -7903896 or 6841735. OLE color: 6841735.

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

Color convert

RGB135101104-
CMYK00.250.230.47
HSL354.71º14.41%46.27%-
HSV(B)354.71º25.19%52.94%-
XYZ17.1415.4615.18-
YUV111.51123.76144.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=39.71%
G=29.71%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510110400.250.230.47354.7114.4146.27
Hex876568019172F163e2e
Octal20714515003127575431656
Binary1000011111001011101000011001101111011111011000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876568; }

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

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

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

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

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

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

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

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