#915969

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

Shades of Mauve Taupe #915969

Tints of Mauve Taupe #915969

Color information

#915969 (or 0x915969) is unknown color: approx Mauve Taupe. HEX triplet: 91, 59 and 69. RGB value is (145,89,105). Sum of RGB (Red+Green+Blue) = 145+89+105=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915969 is #6EA696. Grayscale: #6B6B6B. Windows color (decimal): -7251607 or 6904209. OLE color: 6904209.

HSL color Cylindrical-coordinate representation of color #915969: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915969 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14589105-
CMYK00.390.280.43
HSL342.86º23.93%45.88%-
HSV(B)342.86º38.62%56.86%-
XYZ17.814.1815.16-
YUV107.57126.55154.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=42.77%
G=26.25%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458910500.390.280.43342.8623.9345.88
Hex9159690271C2B157182e
Octal22113115104734535273056
Binary100100011011001110100101001111110010101110101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915969; }

 p { color: rgb(145,89,105); }

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

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

 a { background-color: rgb(145,89,105); }

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

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

 span { border-color: rgb(145,89,105); }

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