#956872

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

Shades of Mauve Taupe #956872

Tints of Mauve Taupe #956872

Color information

#956872 (or 0x956872) is unknown color: approx Mauve Taupe. HEX triplet: 95, 68 and 72. RGB value is (149,104,114). Sum of RGB (Red+Green+Blue) = 149+104+114=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956872 is #6A978D. Grayscale: #767676. Windows color (decimal): -6985614 or 7497877. OLE color: 7497877.

HSL color Cylindrical-coordinate representation of color #956872: hue angle of 346.67º degrees, saturation: 0.18, 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 #956872 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149104114-
CMYK00.300.230.42
HSL346.67º17.79%49.61%-
HSV(B)346.67º30.2%58.43%-
XYZ20.3817.5118.22-
YUV118.59125.41149.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=40.60%
G=28.34%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910411400.300.230.42346.6717.7949.61
Hex95687201E172A15b1232
Octal22515016203627525332262
Binary10010101110100011100100111101011110101010101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956872; }

 p { color: rgb(149,104,114); }

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

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

 a { background-color: rgb(149,104,114); }

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

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

 span { border-color: rgb(149,104,114); }

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