#906072

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

Shades of Mauve Taupe #906072

Tints of Mauve Taupe #906072

Color information

#906072 (or 0x906072) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 72. RGB value is (144,96,114). Sum of RGB (Red+Green+Blue) = 144+96+114=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906072 is #6F9F8D. Grayscale: #707070. Windows color (decimal): -7315342 or 7495824. OLE color: 7495824.

HSL color Cylindrical-coordinate representation of color #906072: hue angle of 337.5º 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 #906072 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB14496114-
CMYK00.330.210.44
HSL337.5º20%47.06%-
HSV(B)337.5º33.33%56.47%-
XYZ18.7215.5117.93-
YUV112.4128.9150.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=40.68%
G=27.12%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449611400.330.210.44337.52047.06
Hex906072021152C152142f
Octal22014016204125545222457
Binary100100001100000111001001000011010110110010101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906072; }

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

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

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

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

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

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

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

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