#906B71

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

Shades of Mauve Taupe #906B71

Tints of Mauve Taupe #906B71

Color information

#906B71 (or 0x906B71) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6B and 71. RGB value is (144,107,113). Sum of RGB (Red+Green+Blue) = 144+107+113=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B71 is #6F948E. Grayscale: #767676. Windows color (decimal): -7312527 or 7433104. OLE color: 7433104.

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

Color convert

RGB144107113-
CMYK00.260.220.44
HSL350.27º14.74%49.22%-
HSV(B)350.27º25.69%56.47%-
XYZ19.7417.6417.99-
YUV118.75124.76146.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=39.56%
G=29.40%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410711300.260.220.44350.2714.7449.22
Hex906B7101A162C15ef31
Octal22015316103226545361761
Binary1001000011010111110001011010101101011001010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,107,113); }

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

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

 a { background-color: rgb(144,107,113); }

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

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

 span { border-color: rgb(144,107,113); }

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