#95676F

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

Shades of Mauve Taupe #95676F

Tints of Mauve Taupe #95676F

Color information

#95676F (or 0x95676F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 67 and 6F. RGB value is (149,103,111). Sum of RGB (Red+Green+Blue) = 149+103+111=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #95676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95676F is #6A9890. Grayscale: #757575. Windows color (decimal): -6985873 or 7301013. OLE color: 7301013.

HSL color Cylindrical-coordinate representation of color #95676F: hue angle of 349.57º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95676F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149103111-
CMYK00.310.260.42
HSL349.57º18.25%49.41%-
HSV(B)349.57º30.87%58.43%-
XYZ20.1117.2417.31-
YUV117.67124.24150.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=41.05%
G=28.37%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910311100.310.260.42349.5718.2549.41
Hex95676F01F1A2A15e1231
Octal22514715703732525362261
Binary10010101110011111011110111111101010101010101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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