#915869

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

Shades of Mauve Taupe #915869

Tints of Mauve Taupe #915869

Color information

#915869 (or 0x915869) is unknown color: approx Mauve Taupe. HEX triplet: 91, 58 and 69. RGB value is (145,88,105). Sum of RGB (Red+Green+Blue) = 145+88+105=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #915869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915869 is #6EA796. Grayscale: #6A6A6A. Windows color (decimal): -7251863 or 6903953. OLE color: 6903953.

HSL color Cylindrical-coordinate representation of color #915869: hue angle of 342.11º 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 #915869 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14588105-
CMYK00.390.280.43
HSL342.11º24.46%45.69%-
HSV(B)342.11º39.31%56.86%-
XYZ17.7214.0215.14-
YUV106.98126.88155.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=42.90%
G=26.04%
B=31.07%

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
Decimal1458810500.390.280.43342.1124.4645.69
Hex9158690271C2B156182e
Octal22113015104734535263056
Binary100100011011000110100101001111110010101110101011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915869; }

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

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

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

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

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

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

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

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