#95666A

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

Shades of Mauve Taupe #95666A

Tints of Mauve Taupe #95666A

Color information

#95666A (or 0x95666A) is unknown color: approx Mauve Taupe. HEX triplet: 95, 66 and 6A. RGB value is (149,102,106). Sum of RGB (Red+Green+Blue) = 149+102+106=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666A is #6A9995. Grayscale: #747474. Windows color (decimal): -6986134 or 6973077. OLE color: 6973077.

HSL color Cylindrical-coordinate representation of color #95666A: hue angle of 354.89º 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 #95666A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB149102106-
CMYK00.320.290.42
HSL354.89º18.73%49.22%-
HSV(B)354.89º31.54%58.43%-
XYZ19.7516.9315.86-
YUV116.51122.07151.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=41.74%
G=28.57%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910210600.320.290.42354.8918.7349.22
Hex95666A0201D2A1631331
Octal22514615204035525432361
Binary100101011100110110101001000001110110101010110001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95666A; }

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

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

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

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

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

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

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

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