#95636B

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

Shades of Mauve Taupe #95636B

Tints of Mauve Taupe #95636B

Color information

#95636B (or 0x95636B) is unknown color: approx Mauve Taupe. HEX triplet: 95, 63 and 6B. RGB value is (149,99,107). Sum of RGB (Red+Green+Blue) = 149+99+107=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95636B is #6A9C94. Grayscale: #727272. Windows color (decimal): -6986901 or 7037845. OLE color: 7037845.

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

Color convert

RGB14999107-
CMYK00.340.280.42
HSL350.4º20.16%48.63%-
HSV(B)350.4º33.56%58.43%-
XYZ19.5116.3716.04-
YUV114.86123.56152.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=41.97%
G=27.89%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499910700.340.280.42350.420.1648.63
Hex95636B0221C2A15e1431
Octal22514315304234525362461
Binary100101011100011110101101000101110010101010101111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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