#955D66

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

Shades of Mauve Taupe #955D66

Tints of Mauve Taupe #955D66

Color information

#955D66 (or 0x955D66) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5D and 66. RGB value is (149,93,102). Sum of RGB (Red+Green+Blue) = 149+93+102=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #955D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D66 is #6AA299. Grayscale: #6E6E6E. Windows color (decimal): -6988442 or 6708629. OLE color: 6708629.

HSL color Cylindrical-coordinate representation of color #955D66: hue angle of 350.36º degrees, saturation: 0.23, 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 #955D66 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14993102-
CMYK00.380.320.42
HSL350.36º23.14%47.45%-
HSV(B)350.36º37.58%58.43%-
XYZ18.7115.1814.51-
YUV110.77123.05155.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=43.31%
G=27.03%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499310200.380.320.42350.3623.1447.45
Hex955D66026202A15e172f
Octal22513514604640525362757
Binary1001010110111011100110010011010000010101010101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,93,102); }

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

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

 a { background-color: rgb(149,93,102); }

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

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

 span { border-color: rgb(149,93,102); }

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