#876368

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

Shades of Mauve Taupe #876368

Tints of Mauve Taupe #876368

Color information

#876368 (or 0x876368) is unknown color: approx Mauve Taupe. HEX triplet: 87, 63 and 68. RGB value is (135,99,104). Sum of RGB (Red+Green+Blue) = 135+99+104=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #876368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876368 is #789C97. Grayscale: #6E6E6E. Windows color (decimal): -7904408 or 6841223. OLE color: 6841223.

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

Color convert

RGB13599104-
CMYK00.270.230.47
HSL351.67º15.38%45.88%-
HSV(B)351.67º26.67%52.94%-
XYZ16.9515.0715.11-
YUV110.33124.43145.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=39.94%
G=29.29%
B=30.77%

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
Decimal1359910400.270.230.47351.6715.3845.88
Hex87636801B172F160f2e
Octal20714315003327575401756
Binary1000011111000111101000011011101111011111011000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876368; }

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

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

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

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

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

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

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

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