#95666E

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

Shades of Mauve Taupe #95666E

Tints of Mauve Taupe #95666E

Color information

#95666E (or 0x95666E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 66 and 6E. RGB value is (149,102,110). Sum of RGB (Red+Green+Blue) = 149+102+110=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666E is #6A9991. Grayscale: #747474. Windows color (decimal): -6986130 or 7235221. OLE color: 7235221.

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

Color convert

RGB149102110-
CMYK00.320.260.42
HSL349.79º18.73%49.22%-
HSV(B)349.79º31.54%58.43%-
XYZ19.9617.0216.98-
YUV116.96124.07150.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=41.27%
G=28.25%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910211000.320.260.42349.7918.7349.22
Hex95666E0201A2A15e1331
Octal22514615604032525362361
Binary100101011100110110111001000001101010101010101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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