#986B7A

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

Shades of Mauve Taupe #986B7A

Tints of Mauve Taupe #986B7A

Color information

#986B7A (or 0x986B7A) is unknown color: approx Mauve Taupe. HEX triplet: 98, 6B and 7A. RGB value is (152,107,122). Sum of RGB (Red+Green+Blue) = 152+107+122=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #986B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B7A is #679485. Grayscale: #7A7A7A. Windows color (decimal): -6788230 or 8022936. OLE color: 8022936.

HSL color Cylindrical-coordinate representation of color #986B7A: hue angle of 340º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986B7A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152107122-
CMYK00.300.200.40
HSL340º17.93%50.78%-
HSV(B)340º29.61%59.61%-
XYZ21.7218.620.86-
YUV122.16127.91149.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=39.90%
G=28.08%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210712200.300.200.4034017.9350.78
Hex986B7A01E14281541233
Octal23015317203624505242263
Binary10011000110101111110100111101010010100010101010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986B7A; }

 p { color: rgb(152,107,122); }

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

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

 a { background-color: rgb(152,107,122); }

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

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

 span { border-color: rgb(152,107,122); }

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