#905F70

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

Shades of Mauve Taupe #905F70

Tints of Mauve Taupe #905F70

Color information

#905F70 (or 0x905F70) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5F and 70. RGB value is (144,95,112). Sum of RGB (Red+Green+Blue) = 144+95+112=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F70 is #6FA08F. Grayscale: #6F6F6F. Windows color (decimal): -7315600 or 7364496. OLE color: 7364496.

HSL color Cylindrical-coordinate representation of color #905F70: hue angle of 339.18º 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 #905F70 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14495112-
CMYK00.340.220.44
HSL339.18º20.5%46.86%-
HSV(B)339.18º34.03%56.47%-
XYZ18.5215.2817.3-
YUV111.59128.23151.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=41.03%
G=27.07%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449511200.340.220.44339.1820.546.86
Hex905F70022162C153152f
Octal22013716004226545232557
Binary100100001011111111000001000101011010110010101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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