#906D70

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

Shades of Mauve Taupe #906D70

Tints of Mauve Taupe #906D70

Color information

#906D70 (or 0x906D70) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6D and 70. RGB value is (144,109,112). Sum of RGB (Red+Green+Blue) = 144+109+112=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #906D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D70 is #6F928F. Grayscale: #777777. Windows color (decimal): -7312016 or 7368080. OLE color: 7368080.

HSL color Cylindrical-coordinate representation of color #906D70: hue angle of 354.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906D70 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144109112-
CMYK00.240.220.44
HSL354.86º13.83%49.61%-
HSV(B)354.86º24.31%56.47%-
XYZ19.8918.0417.76-
YUV119.81123.6145.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=39.45%
G=29.86%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410911200.240.220.44354.8613.8349.61
Hex906D70018162C163e32
Octal22015516003026545431662
Binary1001000011011011110000011000101101011001011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906D70; }

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

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

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

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

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

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

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

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