#986063

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

Shades of Mauve Taupe #986063

Tints of Mauve Taupe #986063

Color information

#986063 (or 0x986063) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 63. RGB value is (152,96,99). Sum of RGB (Red+Green+Blue) = 152+96+99=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #986063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986063 is #679F9C. Grayscale: #717171. Windows color (decimal): -6791069 or 6512792. OLE color: 6512792.

HSL color Cylindrical-coordinate representation of color #986063: hue angle of 356.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986063 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB1529699-
CMYK00.370.350.40
HSL356.79º22.58%48.63%-
HSV(B)356.79º36.84%59.61%-
XYZ19.3815.9413.86-
YUV113.09120.05155.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=43.80%
G=27.67%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152969900.370.350.40356.7922.5848.63
Hex98606302523281651731
Octal23014014304543505452761
Binary1001100011000001100011010010110001110100010110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986063; }

 p { color: rgb(152,96,99); }

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

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

 a { background-color: rgb(152,96,99); }

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

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

 span { border-color: rgb(152,96,99); }

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