#95676C

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

Shades of Mauve Taupe #95676C

Tints of Mauve Taupe #95676C

Color information

#95676C (or 0x95676C) is unknown color: approx Mauve Taupe. HEX triplet: 95, 67 and 6C. RGB value is (149,103,108). Sum of RGB (Red+Green+Blue) = 149+103+108=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95676C is #6A9893. Grayscale: #757575. Windows color (decimal): -6985876 or 7104405. OLE color: 7104405.

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

Color convert

RGB149103108-
CMYK00.310.280.42
HSL353.48º18.25%49.41%-
HSV(B)353.48º30.87%58.43%-
XYZ19.9517.1716.45-
YUV117.32122.74150.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 108 (42.58% from 255) = 30%
R=41.39%
G=28.61%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910310800.310.280.42353.4818.2549.41
Hex95676C01F1C2A1611231
Octal22514715403734525412261
Binary10010101110011111011000111111110010101010110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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