#905F69

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

Shades of Mauve Taupe #905F69

Tints of Mauve Taupe #905F69

Color information

#905F69 (or 0x905F69) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5F and 69. RGB value is (144,95,105). Sum of RGB (Red+Green+Blue) = 144+95+105=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F69 is #6FA096. Grayscale: #6E6E6E. Windows color (decimal): -7315607 or 6905744. OLE color: 6905744.

HSL color Cylindrical-coordinate representation of color #905F69: hue angle of 347.76º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F69 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14495105-
CMYK00.340.270.44
HSL347.76º20.5%46.86%-
HSV(B)347.76º34.03%56.47%-
XYZ18.1415.1315.33-
YUV110.79124.73151.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=41.86%
G=27.62%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449510500.340.270.44347.7620.546.86
Hex905F690221B2C15c152f
Octal22013715104233545342557
Binary100100001011111110100101000101101110110010101110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905F69; }

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

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

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

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

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

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

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

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