#995972

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

Shades of Mauve Taupe #995972

Tints of Mauve Taupe #995972

Color information

#995972 (or 0x995972) is unknown color: approx Mauve Taupe. HEX triplet: 99, 59 and 72. RGB value is (153,89,114). Sum of RGB (Red+Green+Blue) = 153+89+114=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995972 is #66A68D. Grayscale: #6E6E6E. Windows color (decimal): -6727310 or 7494041. OLE color: 7494041.

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

Color convert

RGB15389114-
CMYK00.420.250.4
HSL336.56º26.45%47.45%-
HSV(B)336.56º41.83%60%-
XYZ19.7515.1317.8-
YUV110.99129.7157.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=42.98%
G=25%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538911400.420.250.4336.5626.4547.45
Hex99597202A19281511a2f
Octal23113116205231505213257
Binary100110011011001111001001010101100110100010101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995972; }

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

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

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

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

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

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

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

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