#906B70

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

Shades of Mauve Taupe #906B70

Tints of Mauve Taupe #906B70

Color information

#906B70 (or 0x906B70) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6B and 70. RGB value is (144,107,112). Sum of RGB (Red+Green+Blue) = 144+107+112=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #906B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B70 is #6F948F. Grayscale: #767676. Windows color (decimal): -7312528 or 7367568. OLE color: 7367568.

HSL color Cylindrical-coordinate representation of color #906B70: hue angle of 351.89º 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 #906B70 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144107112-
CMYK00.260.220.44
HSL351.89º14.74%49.22%-
HSV(B)351.89º25.69%56.47%-
XYZ19.6817.6117.69-
YUV118.63124.26146.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=39.67%
G=29.48%
B=30.85%

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
Decimal14410711200.260.220.44351.8914.7449.22
Hex906B7001A162C160f31
Octal22015316003226545401761
Binary1001000011010111110000011010101101011001011000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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