#906E75

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

Shades of Mauve Taupe #906E75

Tints of Mauve Taupe #906E75

Color information

#906E75 (or 0x906E75) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6E and 75. RGB value is (144,110,117). Sum of RGB (Red+Green+Blue) = 144+110+117=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #906E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E75 is #6F918A. Grayscale: #787878. Windows color (decimal): -7311755 or 7696016. OLE color: 7696016.

HSL color Cylindrical-coordinate representation of color #906E75: hue angle of 347.65º degrees, saturation: 0.13, 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 #906E75 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144110117-
CMYK00.240.190.44
HSL347.65º13.39%49.8%-
HSV(B)347.65º23.61%56.47%-
XYZ20.2918.3719.31-
YUV120.96125.76144.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=38.81%
G=29.65%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411011700.240.190.44347.6513.3949.8
Hex906E75018132C15cd32
Octal22015616503023545341562
Binary1001000011011101110101011000100111011001010111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,110,117); }

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

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

 a { background-color: rgb(144,110,117); }

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

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

 span { border-color: rgb(144,110,117); }

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