#95636F

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

Shades of Mauve Taupe #95636F

Tints of Mauve Taupe #95636F

Color information

#95636F (or 0x95636F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 63 and 6F. RGB value is (149,99,111). Sum of RGB (Red+Green+Blue) = 149+99+111=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95636F is #6A9C90. Grayscale: #737373. Windows color (decimal): -6986897 or 7299989. OLE color: 7299989.

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

Color convert

RGB14999111-
CMYK00.340.260.42
HSL345.6º20.16%48.63%-
HSV(B)345.6º33.56%58.43%-
XYZ19.7316.4617.18-
YUV115.32125.56152.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=41.50%
G=27.58%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499911100.340.260.42345.620.1648.63
Hex95636F0221A2A15a1431
Octal22514315704232525322461
Binary100101011100011110111101000101101010101010101101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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