#986773

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

Shades of Mauve Taupe #986773

Tints of Mauve Taupe #986773

Color information

#986773 (or 0x986773) is unknown color: approx Mauve Taupe. HEX triplet: 98, 67 and 73. RGB value is (152,103,115). Sum of RGB (Red+Green+Blue) = 152+103+115=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986773 is #67988C. Grayscale: #777777. Windows color (decimal): -6789261 or 7563160. OLE color: 7563160.

HSL color Cylindrical-coordinate representation of color #986773: hue angle of 345.31º 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 #986773 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB152103115-
CMYK00.320.240.40
HSL345.31º19.22%50%-
HSV(B)345.31º32.24%59.61%-
XYZ20.8917.6118.52-
YUV119.02125.73151.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=41.08%
G=27.84%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210311500.320.240.40345.3119.2250
Hex98677302018281591332
Octal23014716304030505312362
Binary100110001100111111001101000001100010100010101100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986773; }

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

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

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

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

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

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

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

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