#95626F

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

Shades of Mauve Taupe #95626F

Tints of Mauve Taupe #95626F

Color information

#95626F (or 0x95626F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 62 and 6F. RGB value is (149,98,111). Sum of RGB (Red+Green+Blue) = 149+98+111=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95626F is #6A9D90. Grayscale: #727272. Windows color (decimal): -6987153 or 7299733. OLE color: 7299733.

HSL color Cylindrical-coordinate representation of color #95626F: hue angle of 344.71º 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 #95626F is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14998111-
CMYK00.340.260.42
HSL344.71º20.65%48.43%-
HSV(B)344.71º34.23%58.43%-
XYZ19.6316.2717.15-
YUV114.73125.9152.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=41.62%
G=27.37%
B=31.01%

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
Decimal1499811100.340.260.42344.7120.6548.43
Hex95626F0221A2A1591530
Octal22514215704232525312560
Binary100101011100010110111101000101101010101010101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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