#956775

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

Shades of Mauve Taupe #956775

Tints of Mauve Taupe #956775

Color information

#956775 (or 0x956775) is unknown color: approx Mauve Taupe. HEX triplet: 95, 67 and 75. RGB value is (149,103,117). Sum of RGB (Red+Green+Blue) = 149+103+117=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956775 is #6A988A. Grayscale: #767676. Windows color (decimal): -6985867 or 7694229. OLE color: 7694229.

HSL color Cylindrical-coordinate representation of color #956775: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956775 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149103117-
CMYK00.310.210.42
HSL341.74º18.25%49.41%-
HSV(B)341.74º30.87%58.43%-
XYZ20.4617.3719.11-
YUV118.35127.24149.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=40.38%
G=27.91%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910311700.310.210.42341.7418.2549.41
Hex95677501F152A1561231
Octal22514716503725525262261
Binary10010101110011111101010111111010110101010101011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956775; }

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

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

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

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

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

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

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

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