#905869

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

Shades of Mauve Taupe #905869

Tints of Mauve Taupe #905869

Color information

#905869 (or 0x905869) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 69. RGB value is (144,88,105). Sum of RGB (Red+Green+Blue) = 144+88+105=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #905869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905869 is #6FA796. Grayscale: #6A6A6A. Windows color (decimal): -7317399 or 6903952. OLE color: 6903952.

HSL color Cylindrical-coordinate representation of color #905869: hue angle of 341.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905869 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14488105-
CMYK00.390.270.44
HSL341.79º24.14%45.49%-
HSV(B)341.79º38.89%56.47%-
XYZ17.5413.9315.13-
YUV106.68127.05154.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=42.73%
G=26.11%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448810500.390.270.44341.7924.1445.49
Hex9058690271B2C156182d
Octal22013015104733545263055
Binary100100001011000110100101001111101110110010101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905869; }

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

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

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

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

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

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

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

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