#95626E

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

Shades of Mauve Taupe #95626E

Tints of Mauve Taupe #95626E

Color information

#95626E (or 0x95626E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 62 and 6E. RGB value is (149,98,110). Sum of RGB (Red+Green+Blue) = 149+98+110=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95626E is #6A9D91. Grayscale: #727272. Windows color (decimal): -6987154 or 7234197. OLE color: 7234197.

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

Color convert

RGB14998110-
CMYK00.340.260.42
HSL345.88º20.65%48.43%-
HSV(B)345.88º34.23%58.43%-
XYZ19.5816.2516.86-
YUV114.62125.4152.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=41.74%
G=27.45%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499811000.340.260.42345.8820.6548.43
Hex95626E0221A2A15a1530
Octal22514215604232525322560
Binary100101011100010110111001000101101010101010101101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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