#906174

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

Shades of Mauve Taupe #906174

Tints of Mauve Taupe #906174

Color information

#906174 (or 0x906174) is unknown color: approx Mauve Taupe. HEX triplet: 90, 61 and 74. RGB value is (144,97,116). Sum of RGB (Red+Green+Blue) = 144+97+116=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #906174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906174 is #6F9E8B. Grayscale: #717171. Windows color (decimal): -7315084 or 7627152. OLE color: 7627152.

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

Color convert

RGB14497116-
CMYK00.330.190.44
HSL335.74º19.5%47.25%-
HSV(B)335.74º32.64%56.47%-
XYZ18.9315.7418.56-
YUV113.22129.57149.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=40.34%
G=27.17%
B=32.49%

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
Decimal1449711600.330.190.44335.7419.547.25
Hex906174021132C150142f
Octal22014116404123545202457
Binary100100001100001111010001000011001110110010101000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906174; }

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

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

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

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

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

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

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

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