#956970

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

Shades of Mauve Taupe #956970

Tints of Mauve Taupe #956970

Color information

#956970 (or 0x956970) is unknown color: approx Mauve Taupe. HEX triplet: 95, 69 and 70. RGB value is (149,105,112). Sum of RGB (Red+Green+Blue) = 149+105+112=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956970 is #6A968F. Grayscale: #767676. Windows color (decimal): -6985360 or 7367061. OLE color: 7367061.

HSL color Cylindrical-coordinate representation of color #956970: hue angle of 350.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956970 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149105112-
CMYK00.300.250.42
HSL350.45º17.32%49.8%-
HSV(B)350.45º29.53%58.43%-
XYZ20.3717.6617.66-
YUV118.95124.08149.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=40.71%
G=28.69%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910511200.300.250.42350.4517.3249.8
Hex95697001E192A15e1132
Octal22515116003631525362162
Binary10010101110100111100000111101100110101010101111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956970; }

 p { color: rgb(149,105,112); }

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

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

 a { background-color: rgb(149,105,112); }

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

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

 span { border-color: rgb(149,105,112); }

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