#985F69

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

Shades of Mauve Taupe #985F69

Tints of Mauve Taupe #985F69

Color information

#985F69 (or 0x985F69) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5F and 69. RGB value is (152,95,105). Sum of RGB (Red+Green+Blue) = 152+95+105=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F69 is #67A096. Grayscale: #717171. Windows color (decimal): -6791319 or 6905752. OLE color: 6905752.

HSL color Cylindrical-coordinate representation of color #985F69: hue angle of 349.47º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985F69 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15295105-
CMYK00.380.310.40
HSL349.47º23.08%48.43%-
HSV(B)349.47º37.5%59.61%-
XYZ19.5915.8815.4-
YUV113.18123.38155.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=43.18%
G=26.99%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529510500.380.310.40349.4723.0848.43
Hex985F690261F2815d1730
Octal23013715104637505352760
Binary100110001011111110100101001101111110100010101110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985F69; }

 p { color: rgb(152,95,105); }

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

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

 a { background-color: rgb(152,95,105); }

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

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

 span { border-color: rgb(152,95,105); }

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