#955E67

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

Shades of Mauve Taupe #955E67

Tints of Mauve Taupe #955E67

Color information

#955E67 (or 0x955E67) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5E and 67. RGB value is (149,94,103). Sum of RGB (Red+Green+Blue) = 149+94+103=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E67 is #6AA198. Grayscale: #6F6F6F. Windows color (decimal): -6988185 or 6774421. OLE color: 6774421.

HSL color Cylindrical-coordinate representation of color #955E67: hue angle of 350.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E67 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14994103-
CMYK00.370.310.42
HSL350.18º22.63%47.65%-
HSV(B)350.18º36.91%58.43%-
XYZ18.8515.3714.81-
YUV111.47123.22154.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=43.06%
G=27.17%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499410300.370.310.42350.1822.6347.65
Hex955E670251F2A15e1730
Octal22513614704537525362760
Binary100101011011110110011101001011111110101010101111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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