#906271

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

Shades of Mauve Taupe #906271

Tints of Mauve Taupe #906271

Color information

#906271 (or 0x906271) is unknown color: approx Mauve Taupe. HEX triplet: 90, 62 and 71. RGB value is (144,98,113). Sum of RGB (Red+Green+Blue) = 144+98+113=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #906271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906271 is #6F9D8E. Grayscale: #717171. Windows color (decimal): -7314831 or 7430800. OLE color: 7430800.

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

Color convert

RGB14498113-
CMYK00.320.220.44
HSL340.43º19.01%47.45%-
HSV(B)340.43º31.94%56.47%-
XYZ18.8515.8617.69-
YUV113.46127.74149.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=40.56%
G=27.61%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449811300.320.220.44340.4319.0147.45
Hex906271020162C154132f
Octal22014216104026545242357
Binary100100001100010111000101000001011010110010101010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906271; }

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

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

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

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

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

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

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

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