#95686F

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

Shades of Mauve Taupe #95686F

Tints of Mauve Taupe #95686F

Color information

#95686F (or 0x95686F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 68 and 6F. RGB value is (149,104,111). Sum of RGB (Red+Green+Blue) = 149+104+111=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686F is #6A9790. Grayscale: #767676. Windows color (decimal): -6985617 or 7301269. OLE color: 7301269.

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

Color convert

RGB149104111-
CMYK00.300.260.42
HSL350.67º17.79%49.61%-
HSV(B)350.67º30.2%58.43%-
XYZ20.2117.4417.34-
YUV118.25123.91149.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=40.93%
G=28.57%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910411100.300.260.42350.6717.7949.61
Hex95686F01E1A2A15f1232
Octal22515015703632525372262
Binary10010101110100011011110111101101010101010101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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