#95656B

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

Shades of Mauve Taupe #95656B

Tints of Mauve Taupe #95656B

Color information

#95656B (or 0x95656B) is unknown color: approx Mauve Taupe. HEX triplet: 95, 65 and 6B. RGB value is (149,101,107). Sum of RGB (Red+Green+Blue) = 149+101+107=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95656B is #6A9A94. Grayscale: #747474. Windows color (decimal): -6986389 or 7038357. OLE color: 7038357.

HSL color Cylindrical-coordinate representation of color #95656B: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95656B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149101107-
CMYK00.320.280.42
HSL352.5º19.2%49.02%-
HSV(B)352.5º32.21%58.43%-
XYZ19.716.7616.11-
YUV116.04122.9151.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=41.74%
G=28.29%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910110700.320.280.42352.519.249.02
Hex95656B0201C2A1601331
Octal22514515304034525402361
Binary100101011100101110101101000001110010101010110000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95656B; }

 p { color: rgb(149,101,107); }

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

<style>
 a { background-color: #95656B; }

 a { background-color: rgb(149,101,107); }

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

<style>
 span { border-color: #95656B; }

 span { border-color: rgb(149,101,107); }

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