#95646E

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

Shades of Mauve Taupe #95646E

Tints of Mauve Taupe #95646E

Color information

#95646E (or 0x95646E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 64 and 6E. RGB value is (149,100,110). Sum of RGB (Red+Green+Blue) = 149+100+110=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95646E is #6A9B91. Grayscale: #737373. Windows color (decimal): -6986642 or 7234709. OLE color: 7234709.

HSL color Cylindrical-coordinate representation of color #95646E: hue angle of 347.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95646E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149100110-
CMYK00.330.260.42
HSL347.76º19.68%48.82%-
HSV(B)347.76º32.89%58.43%-
XYZ19.7716.6316.92-
YUV115.79124.73151.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=41.50%
G=27.86%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910011000.330.260.42347.7619.6848.82
Hex95646E0211A2A15c1431
Octal22514415604132525342461
Binary100101011100100110111001000011101010101010101110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95646E; }

 p { color: rgb(149,100,110); }

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

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

 a { background-color: rgb(149,100,110); }

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

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

 span { border-color: rgb(149,100,110); }

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