#95616C

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

Shades of Mauve Taupe #95616C

Tints of Mauve Taupe #95616C

Color information

#95616C (or 0x95616C) is unknown color: approx Mauve Taupe. HEX triplet: 95, 61 and 6C. RGB value is (149,97,108). Sum of RGB (Red+Green+Blue) = 149+97+108=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95616C is #6A9E93. Grayscale: #717171. Windows color (decimal): -6987412 or 7102869. OLE color: 7102869.

HSL color Cylindrical-coordinate representation of color #95616C: hue angle of 347.31º 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 #95616C is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14997108-
CMYK00.350.280.42
HSL347.31º21.14%48.24%-
HSV(B)347.31º34.9%58.43%-
XYZ19.3816.0216.26-
YUV113.8124.73153.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=42.09%
G=27.40%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499710800.350.280.42347.3121.1448.24
Hex95616C0231C2A15b1530
Octal22514115404334525332560
Binary100101011100001110110001000111110010101010101101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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