#995970

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

Shades of Mauve Taupe #995970

Tints of Mauve Taupe #995970

Color information

#995970 (or 0x995970) is unknown color: approx Mauve Taupe. HEX triplet: 99, 59 and 70. RGB value is (153,89,112). Sum of RGB (Red+Green+Blue) = 153+89+112=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995970 is #66A68F. Grayscale: #6E6E6E. Windows color (decimal): -6727312 or 7362969. OLE color: 7362969.

HSL color Cylindrical-coordinate representation of color #995970: hue angle of 338.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995970 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15389112-
CMYK00.420.270.4
HSL338.44º26.45%47.45%-
HSV(B)338.44º41.83%60%-
XYZ19.6315.0917.21-
YUV110.76128.7158.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=43.22%
G=25.14%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538911200.420.270.4338.4426.4547.45
Hex99597002A1B281521a2f
Octal23113116005233505223257
Binary100110011011001111000001010101101110100010101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995970; }

 p { color: rgb(153,89,112); }

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

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

 a { background-color: rgb(153,89,112); }

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

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

 span { border-color: rgb(153,89,112); }

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