#906476

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

Shades of Mauve Taupe #906476

Tints of Mauve Taupe #906476

Color information

#906476 (or 0x906476) is unknown color: approx Mauve Taupe. HEX triplet: 90, 64 and 76. RGB value is (144,100,118). Sum of RGB (Red+Green+Blue) = 144+100+118=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906476 is #6F9B89. Grayscale: #737373. Windows color (decimal): -7314314 or 7758992. OLE color: 7758992.

HSL color Cylindrical-coordinate representation of color #906476: hue angle of 335.45º degrees, saturation: 0.18, 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 #906476 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB144100118-
CMYK00.310.180.44
HSL335.45º18.03%47.84%-
HSV(B)335.45º30.56%56.47%-
XYZ19.3316.3519.28-
YUV115.21129.58148.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=39.78%
G=27.62%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410011800.310.180.44335.4518.0347.84
Hex90647601F122C14f1230
Octal22014416603722545172260
Binary10010000110010011101100111111001010110010100111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906476; }

 p { color: rgb(144,100,118); }

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

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

 a { background-color: rgb(144,100,118); }

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

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

 span { border-color: rgb(144,100,118); }

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