#95606B

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

Shades of Mauve Taupe #95606B

Tints of Mauve Taupe #95606B

Color information

#95606B (or 0x95606B) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 6B. RGB value is (149,96,107). Sum of RGB (Red+Green+Blue) = 149+96+107=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95606B is #6A9F94. Grayscale: #717171. Windows color (decimal): -6987669 or 7037077. OLE color: 7037077.

HSL color Cylindrical-coordinate representation of color #95606B: hue angle of 347.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95606B is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14996107-
CMYK00.360.280.42
HSL347.55º21.63%48.04%-
HSV(B)347.55º35.57%58.43%-
XYZ19.2315.8215.95-
YUV113.1124.56153.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=42.33%
G=27.27%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499610700.360.280.42347.5521.6348.04
Hex95606B0241C2A15c1630
Octal22514015304434525342660
Binary100101011100000110101101001001110010101010101110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95606B; }

 p { color: rgb(149,96,107); }

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

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

 a { background-color: rgb(149,96,107); }

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

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

 span { border-color: rgb(149,96,107); }

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