#906070

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

Shades of Mauve Taupe #906070

Tints of Mauve Taupe #906070

Color information

#906070 (or 0x906070) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 70. RGB value is (144,96,112). Sum of RGB (Red+Green+Blue) = 144+96+112=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #906070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906070 is #6F9F8F. Grayscale: #707070. Windows color (decimal): -7315344 or 7364752. OLE color: 7364752.

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

Color convert

RGB14496112-
CMYK00.330.220.44
HSL340º20%47.06%-
HSV(B)340º33.33%56.47%-
XYZ18.6115.4617.33-
YUV112.18127.9150.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449611200.330.220.443402047.06
Hex906070021162C154142f
Octal22014016004126545242457
Binary100100001100000111000001000011011010110010101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906070; }

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

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

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

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

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

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

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

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