#906973

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

Shades of Mauve Taupe #906973

Tints of Mauve Taupe #906973

Color information

#906973 (or 0x906973) is unknown color: approx Mauve Taupe. HEX triplet: 90, 69 and 73. RGB value is (144,105,115). Sum of RGB (Red+Green+Blue) = 144+105+115=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906973 is #6F968C. Grayscale: #757575. Windows color (decimal): -7313037 or 7563664. OLE color: 7563664.

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

Color convert

RGB144105115-
CMYK00.270.200.44
HSL344.62º15.66%48.82%-
HSV(B)344.62º27.08%56.47%-
XYZ19.6517.2718.52-
YUV117.8126.42146.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=39.56%
G=28.85%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410511500.270.200.44344.6215.6648.82
Hex90697301B142C1591031
Octal22015116303324545312061
Binary10010000110100111100110110111010010110010101100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906973; }

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

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

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

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

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

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

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

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