#95566F

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

Shades of Mauve Taupe #95566F

Tints of Mauve Taupe #95566F

Color information

#95566F (or 0x95566F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 56 and 6F. RGB value is (149,86,111). Sum of RGB (Red+Green+Blue) = 149+86+111=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95566F is #6AA990. Grayscale: #6B6B6B. Windows color (decimal): -6990225 or 7296661. OLE color: 7296661.

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

Color convert

RGB14986111-
CMYK00.420.260.42
HSL336.19º26.81%46.08%-
HSV(B)336.19º42.28%58.43%-
XYZ18.5914.1916.8-
YUV107.69129.87157.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=43.06%
G=24.86%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498611100.420.260.42336.1926.8146.08
Hex95566F02A1A2A1501b2e
Octal22512615705232525203356
Binary100101011010110110111101010101101010101010101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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