#955C6C

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

Shades of Mauve Taupe #955C6C

Tints of Mauve Taupe #955C6C

Color information

#955C6C (or 0x955C6C) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5C and 6C. RGB value is (149,92,108). Sum of RGB (Red+Green+Blue) = 149+92+108=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C6C is #6AA393. Grayscale: #6E6E6E. Windows color (decimal): -6988692 or 7101589. OLE color: 7101589.

HSL color Cylindrical-coordinate representation of color #955C6C: hue angle of 343.16º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C6C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14992108-
CMYK00.380.280.42
HSL343.16º23.65%47.25%-
HSV(B)343.16º38.26%58.43%-
XYZ18.9315.1316.11-
YUV110.87126.38155.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=42.69%
G=26.36%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499210800.380.280.42343.1623.6547.25
Hex955C6C0261C2A157182f
Octal22513415404634525273057
Binary100101011011100110110001001101110010101010101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955C6C; }

 p { color: rgb(149,92,108); }

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

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

 a { background-color: rgb(149,92,108); }

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

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

 span { border-color: rgb(149,92,108); }

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