#956668

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

Shades of Mauve Taupe #956668

Tints of Mauve Taupe #956668

Color information

#956668 (or 0x956668) is unknown color: approx Mauve Taupe. HEX triplet: 95, 66 and 68. RGB value is (149,102,104). Sum of RGB (Red+Green+Blue) = 149+102+104=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #956668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956668 is #6A9997. Grayscale: #747474. Windows color (decimal): -6986136 or 6842005. OLE color: 6842005.

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

Color convert

RGB149102104-
CMYK00.320.300.42
HSL357.45º18.73%49.22%-
HSV(B)357.45º31.54%58.43%-
XYZ19.6416.8915.32-
YUV116.28121.07151.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=41.97%
G=28.73%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910210400.320.300.42357.4518.7349.22
Hex9566680201E2A1651331
Octal22514615004036525452361
Binary100101011100110110100001000001111010101010110010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956668; }

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

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

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

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

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

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

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

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