#95686C

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

Shades of Mauve Taupe #95686C

Tints of Mauve Taupe #95686C

Color information

#95686C (or 0x95686C) is unknown color: approx Mauve Taupe. HEX triplet: 95, 68 and 6C. RGB value is (149,104,108). Sum of RGB (Red+Green+Blue) = 149+104+108=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686C is #6A9793. Grayscale: #757575. Windows color (decimal): -6985620 or 7104661. OLE color: 7104661.

HSL color Cylindrical-coordinate representation of color #95686C: hue angle of 354.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 #95686C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149104108-
CMYK00.300.280.42
HSL354.67º17.79%49.61%-
HSV(B)354.67º30.2%58.43%-
XYZ20.0517.3716.48-
YUV117.91122.41150.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=41.27%
G=28.81%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910410800.300.280.42354.6717.7949.61
Hex95686C01E1C2A1631232
Octal22515015403634525432262
Binary10010101110100011011000111101110010101010110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95686C; }

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

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

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

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

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

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

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

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