#985672

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

Shades of Mauve Taupe #985672

Tints of Mauve Taupe #985672

Color information

#985672 (or 0x985672) is unknown color: approx Mauve Taupe. HEX triplet: 98, 56 and 72. RGB value is (152,86,114). Sum of RGB (Red+Green+Blue) = 152+86+114=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985672 is #67A98D. Grayscale: #6C6C6C. Windows color (decimal): -6793614 or 7493272. OLE color: 7493272.

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

Color convert

RGB15286114-
CMYK00.430.250.40
HSL334.55º27.73%46.67%-
HSV(B)334.55º43.42%59.61%-
XYZ19.3114.5517.71-
YUV108.93130.87158.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=43.18%
G=24.43%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528611400.430.250.40334.5527.7346.67
Hex98567202B192814f1c2f
Octal23012616205331505173457
Binary100110001010110111001001010111100110100010100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985672; }

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

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

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

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

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

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

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

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