#955575

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

Shades of Mauve Taupe #955575

Tints of Mauve Taupe #955575

Color information

#955575 (or 0x955575) is unknown color: approx Mauve Taupe. HEX triplet: 95, 55 and 75. RGB value is (149,85,117). Sum of RGB (Red+Green+Blue) = 149+85+117=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955575 is #6AAA8A. Grayscale: #6B6B6B. Windows color (decimal): -6990475 or 7689621. OLE color: 7689621.

HSL color Cylindrical-coordinate representation of color #955575: hue angle of 330º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955575 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14985117-
CMYK00.430.210.42
HSL330º27.35%45.88%-
HSV(B)330º42.95%58.43%-
XYZ18.8514.1718.57-
YUV107.78133.2157.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=42.45%
G=24.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511700.430.210.4233027.3545.88
Hex95557502B152A14a1b2e
Octal22512516505325525123356
Binary100101011010101111010101010111010110101010100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955575; }

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

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

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

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

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

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

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

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