#986066

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

Shades of Mauve Taupe #986066

Tints of Mauve Taupe #986066

Color information

#986066 (or 0x986066) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 66. RGB value is (152,96,102). Sum of RGB (Red+Green+Blue) = 152+96+102=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986066 is #679F99. Grayscale: #717171. Windows color (decimal): -6791066 or 6709400. OLE color: 6709400.

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

Color convert

RGB15296102-
CMYK00.370.330.40
HSL353.57º22.58%48.63%-
HSV(B)353.57º36.84%59.61%-
XYZ19.531614.63-
YUV113.43121.55155.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=43.43%
G=27.43%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529610200.370.330.40353.5722.5848.63
Hex98606602521281621731
Octal23014014604541505422761
Binary1001100011000001100110010010110000110100010110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986066; }

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

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

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

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

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

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

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

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