#906D77

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

Shades of Mauve Taupe #906D77

Tints of Mauve Taupe #906D77

Color information

#906D77 (or 0x906D77) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6D and 77. RGB value is (144,109,119). Sum of RGB (Red+Green+Blue) = 144+109+119=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #906D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D77 is #6F9288. Grayscale: #787878. Windows color (decimal): -7312009 or 7826832. OLE color: 7826832.

HSL color Cylindrical-coordinate representation of color #906D77: hue angle of 342.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 #906D77 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB144109119-
CMYK00.240.170.44
HSL342.86º13.83%49.61%-
HSV(B)342.86º24.31%56.47%-
XYZ20.318.219.9-
YUV120.6127.1144.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=38.71%
G=29.30%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410911900.240.170.44342.8613.8349.61
Hex906D77018112C157e32
Octal22015516703021545271662
Binary1001000011011011110111011000100011011001010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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