#906273

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

Shades of Mauve Taupe #906273

Tints of Mauve Taupe #906273

Color information

#906273 (or 0x906273) is unknown color: approx Mauve Taupe. HEX triplet: 90, 62 and 73. RGB value is (144,98,115). Sum of RGB (Red+Green+Blue) = 144+98+115=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #906273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906273 is #6F9D8C. Grayscale: #717171. Windows color (decimal): -7314829 or 7561872. OLE color: 7561872.

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

Color convert

RGB14498115-
CMYK00.320.200.44
HSL337.83º19.01%47.45%-
HSV(B)337.83º31.94%56.47%-
XYZ18.9615.918.29-
YUV113.69128.74149.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=40.34%
G=27.45%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449811500.320.200.44337.8319.0147.45
Hex906273020142C152132f
Octal22014216304024545222357
Binary100100001100010111001101000001010010110010101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906273; }

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

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

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

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

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

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

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

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