#955975

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

Shades of Mauve Taupe #955975

Tints of Mauve Taupe #955975

Color information

#955975 (or 0x955975) is unknown color: approx Mauve Taupe. HEX triplet: 95, 59 and 75. RGB value is (149,89,117). Sum of RGB (Red+Green+Blue) = 149+89+117=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955975 is #6AA68A. Grayscale: #6E6E6E. Windows color (decimal): -6989451 or 7690645. OLE color: 7690645.

HSL color Cylindrical-coordinate representation of color #955975: hue angle of 332º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955975 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14989117-
CMYK00.400.210.42
HSL332º25.21%46.67%-
HSV(B)332º40.27%58.43%-
XYZ19.1814.8218.68-
YUV110.13131.88155.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=41.97%
G=25.07%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498911700.400.210.4233225.2146.67
Hex955975028152A14c192f
Octal22513116505025525143157
Binary100101011011001111010101010001010110101010100110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955975; }

 p { color: rgb(149,89,117); }

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

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

 a { background-color: rgb(149,89,117); }

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

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

 span { border-color: rgb(149,89,117); }

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