#95626B

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

Shades of Mauve Taupe #95626B

Tints of Mauve Taupe #95626B

Color information

#95626B (or 0x95626B) is unknown color: approx Mauve Taupe. HEX triplet: 95, 62 and 6B. RGB value is (149,98,107). Sum of RGB (Red+Green+Blue) = 149+98+107=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95626B is #6A9D94. Grayscale: #727272. Windows color (decimal): -6987157 or 7037589. OLE color: 7037589.

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

Color convert

RGB14998107-
CMYK00.340.280.42
HSL349.41º20.65%48.43%-
HSV(B)349.41º34.23%58.43%-
XYZ19.4216.1916.01-
YUV114.28123.9152.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 107 (42.19% from 255) = 30.23%
R=42.09%
G=27.68%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499810700.340.280.42349.4120.6548.43
Hex95626B0221C2A15d1530
Octal22514215304234525352560
Binary100101011100010110101101000101110010101010101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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