#985675

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

Shades of Mauve Taupe #985675

Tints of Mauve Taupe #985675

Color information

#985675 (or 0x985675) is unknown color: approx Mauve Taupe. HEX triplet: 98, 56 and 75. RGB value is (152,86,117). Sum of RGB (Red+Green+Blue) = 152+86+117=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985675 is #67A98A. Grayscale: #6D6D6D. Windows color (decimal): -6793611 or 7689880. OLE color: 7689880.

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

Color convert

RGB15286117-
CMYK00.430.230.40
HSL331.82º27.73%46.67%-
HSV(B)331.82º43.42%59.61%-
XYZ19.4914.6218.62-
YUV109.27132.37158.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=42.82%
G=24.23%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528611700.430.230.40331.8227.7346.67
Hex98567502B172814c1c2f
Octal23012616505327505143457
Binary100110001010110111010101010111011110100010100110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985675; }

 p { color: rgb(152,86,117); }

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

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

 a { background-color: rgb(152,86,117); }

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

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

 span { border-color: rgb(152,86,117); }

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