#995672

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

Shades of Mauve Taupe #995672

Tints of Mauve Taupe #995672

Color information

#995672 (or 0x995672) is unknown color: approx Mauve Taupe. HEX triplet: 99, 56 and 72. RGB value is (153,86,114). Sum of RGB (Red+Green+Blue) = 153+86+114=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995672 is #66A98D. Grayscale: #6D6D6D. Windows color (decimal): -6728078 or 7493273. OLE color: 7493273.

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

Color convert

RGB15386114-
CMYK00.440.250.4
HSL334.93º28.03%46.86%-
HSV(B)334.93º43.79%60%-
XYZ19.514.6417.72-
YUV109.22130.7159.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=43.34%
G=24.36%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538611400.440.250.4334.9328.0346.86
Hex99567202C192814f1c2f
Octal23112616205431505173457
Binary100110011010110111001001011001100110100010100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995672; }

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

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

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

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

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

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

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

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