#986973

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

Shades of Mauve Taupe #986973

Tints of Mauve Taupe #986973

Color information

#986973 (or 0x986973) is unknown color: approx Mauve Taupe. HEX triplet: 98, 69 and 73. RGB value is (152,105,115). Sum of RGB (Red+Green+Blue) = 152+105+115=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986973 is #67968C. Grayscale: #787878. Windows color (decimal): -6788749 or 7563672. OLE color: 7563672.

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

Color convert

RGB152105115-
CMYK00.310.240.40
HSL347.23º18.58%50.39%-
HSV(B)347.23º30.92%59.61%-
XYZ21.0918.0218.59-
YUV120.19125.07150.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=40.86%
G=28.23%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210511500.310.240.40347.2318.5850.39
Hex98697301F182815b1332
Octal23015116303730505332362
Binary10011000110100111100110111111100010100010101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986973; }

 p { color: rgb(152,105,115); }

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

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

 a { background-color: rgb(152,105,115); }

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

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

 span { border-color: rgb(152,105,115); }

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