#906770

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

Shades of Mauve Taupe #906770

Tints of Mauve Taupe #906770

Color information

#906770 (or 0x906770) is unknown color: approx Mauve Taupe. HEX triplet: 90, 67 and 70. RGB value is (144,103,112). Sum of RGB (Red+Green+Blue) = 144+103+112=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #906770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906770 is #6F988F. Grayscale: #747474. Windows color (decimal): -7313552 or 7366544. OLE color: 7366544.

HSL color Cylindrical-coordinate representation of color #906770: hue angle of 346.83º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906770 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144103112-
CMYK00.280.220.44
HSL346.83º16.6%48.43%-
HSV(B)346.83º28.47%56.47%-
XYZ19.2816.817.56-
YUV116.28125.58147.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=40.11%
G=28.69%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410311200.280.220.44346.8316.648.43
Hex90677001C162C15b1130
Octal22014716003426545332160
Binary10010000110011111100000111001011010110010101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906770; }

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

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

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

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

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

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

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

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