#955D67

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

Shades of Mauve Taupe #955D67

Tints of Mauve Taupe #955D67

Color information

#955D67 (or 0x955D67) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5D and 67. RGB value is (149,93,103). Sum of RGB (Red+Green+Blue) = 149+93+103=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #955D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D67 is #6AA298. Grayscale: #6E6E6E. Windows color (decimal): -6988441 or 6774165. OLE color: 6774165.

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

Color convert

RGB14993103-
CMYK00.380.310.42
HSL349.29º23.14%47.45%-
HSV(B)349.29º37.58%58.43%-
XYZ18.7615.214.78-
YUV110.88123.55155.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=43.19%
G=26.96%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499310300.380.310.42349.2923.1447.45
Hex955D670261F2A15d172f
Octal22513514704637525352757
Binary100101011011101110011101001101111110101010101110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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