#95616F

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

Shades of Mauve Taupe #95616F

Tints of Mauve Taupe #95616F

Color information

#95616F (or 0x95616F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 61 and 6F. RGB value is (149,97,111). Sum of RGB (Red+Green+Blue) = 149+97+111=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95616F is #6A9E90. Grayscale: #727272. Windows color (decimal): -6987409 or 7299477. OLE color: 7299477.

HSL color Cylindrical-coordinate representation of color #95616F: hue angle of 343.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95616F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14997111-
CMYK00.350.260.42
HSL343.85º21.14%48.24%-
HSV(B)343.85º34.9%58.43%-
XYZ19.5416.0917.11-
YUV114.14126.23152.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=41.74%
G=27.17%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499711100.350.260.42343.8521.1448.24
Hex95616F0231A2A1581530
Octal22514115704332525302560
Binary100101011100001110111101000111101010101010101100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95616F; }

 p { color: rgb(149,97,111); }

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

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

 a { background-color: rgb(149,97,111); }

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

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

 span { border-color: rgb(149,97,111); }

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