#906074

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

Shades of Mauve Taupe #906074

Tints of Mauve Taupe #906074

Color information

#906074 (or 0x906074) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 74. RGB value is (144,96,116). Sum of RGB (Red+Green+Blue) = 144+96+116=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #906074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906074 is #6F9F8B. Grayscale: #707070. Windows color (decimal): -7315340 or 7626896. OLE color: 7626896.

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

Color convert

RGB14496116-
CMYK00.330.190.44
HSL335º20%47.06%-
HSV(B)335º33.33%56.47%-
XYZ18.8415.5618.53-
YUV112.63129.9150.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 116 (45.70% from 255) = 32.58%
R=40.45%
G=26.97%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449611600.330.190.443352047.06
Hex906074021132C14f142f
Octal22014016404123545172457
Binary100100001100000111010001000011001110110010100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906074; }

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

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

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

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

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

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

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

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