#955974

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

Shades of Mauve Taupe #955974

Tints of Mauve Taupe #955974

Color information

#955974 (or 0x955974) is unknown color: approx Mauve Taupe. HEX triplet: 95, 59 and 74. RGB value is (149,89,116). Sum of RGB (Red+Green+Blue) = 149+89+116=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #955974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955974 is #6AA68B. Grayscale: #6D6D6D. Windows color (decimal): -6989452 or 7625109. OLE color: 7625109.

HSL color Cylindrical-coordinate representation of color #955974: hue angle of 333º 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 #955974 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14989116-
CMYK00.400.220.42
HSL333º25.21%46.67%-
HSV(B)333º40.27%58.43%-
XYZ19.1214.818.37-
YUV110.02131.38155.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=42.09%
G=25.14%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498911600.400.220.4233325.2146.67
Hex955974028162A14d192f
Octal22513116405026525153157
Binary100101011011001111010001010001011010101010100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955974; }

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

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

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

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

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

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

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

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