#955D65

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

Shades of Mauve Taupe #955D65

Tints of Mauve Taupe #955D65

Color information

#955D65 (or 0x955D65) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5D and 65. RGB value is (149,93,101). Sum of RGB (Red+Green+Blue) = 149+93+101=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #955D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D65 is #6AA29A. Grayscale: #6E6E6E. Windows color (decimal): -6988443 or 6643093. OLE color: 6643093.

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

Color convert

RGB14993101-
CMYK00.380.320.42
HSL351.43º23.14%47.45%-
HSV(B)351.43º37.58%58.43%-
XYZ18.6615.1614.25-
YUV110.66122.55155.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=43.44%
G=27.11%
B=29.45%

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
Decimal1499310100.380.320.42351.4323.1447.45
Hex955D65026202A15f172f
Octal22513514504640525372757
Binary1001010110111011100101010011010000010101010101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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