#986771

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

Shades of Mauve Taupe #986771

Tints of Mauve Taupe #986771

Color information

#986771 (or 0x986771) is unknown color: approx Mauve Taupe. HEX triplet: 98, 67 and 71. RGB value is (152,103,113). Sum of RGB (Red+Green+Blue) = 152+103+113=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986771 is #67988E. Grayscale: #767676. Windows color (decimal): -6789263 or 7432088. OLE color: 7432088.

HSL color Cylindrical-coordinate representation of color #986771: hue angle of 347.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986771 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB152103113-
CMYK00.320.260.40
HSL347.76º19.22%50%-
HSV(B)347.76º32.24%59.61%-
XYZ20.7817.5717.92-
YUV118.79124.73151.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=41.30%
G=27.99%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210311300.320.260.40347.7619.2250
Hex9867710201A2815c1332
Octal23014716104032505342362
Binary100110001100111111000101000001101010100010101110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986771; }

 p { color: rgb(152,103,113); }

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

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

 a { background-color: rgb(152,103,113); }

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

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

 span { border-color: rgb(152,103,113); }

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