#906272

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

Shades of Mauve Taupe #906272

Tints of Mauve Taupe #906272

Color information

#906272 (or 0x906272) is unknown color: approx Mauve Taupe. HEX triplet: 90, 62 and 72. RGB value is (144,98,114). Sum of RGB (Red+Green+Blue) = 144+98+114=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #906272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906272 is #6F9D8D. Grayscale: #717171. Windows color (decimal): -7314830 or 7496336. OLE color: 7496336.

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

Color convert

RGB14498114-
CMYK00.320.210.44
HSL339.13º19.01%47.45%-
HSV(B)339.13º31.94%56.47%-
XYZ18.9115.8817.99-
YUV113.58128.24149.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=40.45%
G=27.53%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449811400.320.210.44339.1319.0147.45
Hex906272020152C153132f
Octal22014216204025545232357
Binary100100001100010111001001000001010110110010101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906272; }

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

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

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

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

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

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

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

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