#906374

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

Shades of Mauve Taupe #906374

Tints of Mauve Taupe #906374

Color information

#906374 (or 0x906374) is unknown color: approx Mauve Taupe. HEX triplet: 90, 63 and 74. RGB value is (144,99,116). Sum of RGB (Red+Green+Blue) = 144+99+116=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #906374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906374 is #6F9C8B. Grayscale: #727272. Windows color (decimal): -7314572 or 7627664. OLE color: 7627664.

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

Color convert

RGB14499116-
CMYK00.310.190.44
HSL337.33º18.52%47.65%-
HSV(B)337.33º31.25%56.47%-
XYZ19.1216.1118.63-
YUV114.39128.91149.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=40.11%
G=27.58%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449911600.310.190.44337.3318.5247.65
Hex90637401F132C1511330
Octal22014316403723545212360
Binary10010000110001111101000111111001110110010101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906374; }

 p { color: rgb(144,99,116); }

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

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

 a { background-color: rgb(144,99,116); }

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

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

 span { border-color: rgb(144,99,116); }

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