#95676E

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

Shades of Mauve Taupe #95676E

Tints of Mauve Taupe #95676E

Color information

#95676E (or 0x95676E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 67 and 6E. RGB value is (149,103,110). Sum of RGB (Red+Green+Blue) = 149+103+110=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95676E is #6A9891. Grayscale: #757575. Windows color (decimal): -6985874 or 7235477. OLE color: 7235477.

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

Color convert

RGB149103110-
CMYK00.310.260.42
HSL350.87º18.25%49.41%-
HSV(B)350.87º30.87%58.43%-
XYZ20.0617.2217.02-
YUV117.55123.74150.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=41.16%
G=28.45%
B=30.39%

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
Decimal14910311000.310.260.42350.8718.2549.41
Hex95676E01F1A2A15f1231
Octal22514715603732525372261
Binary10010101110011111011100111111101010101010101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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