#906366

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

Shades of Mauve Taupe #906366

Tints of Mauve Taupe #906366

Color information

#906366 (or 0x906366) is unknown color: approx Mauve Taupe. HEX triplet: 90, 63 and 66. RGB value is (144,99,102). Sum of RGB (Red+Green+Blue) = 144+99+102=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #906366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906366 is #6F9C99. Grayscale: #707070. Windows color (decimal): -7314586 or 6710160. OLE color: 6710160.

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

Color convert

RGB14499102-
CMYK00.310.290.44
HSL356º18.52%47.65%-
HSV(B)356º31.25%56.47%-
XYZ18.3615.8114.65-
YUV112.8121.91150.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=41.74%
G=28.70%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449910200.310.290.4435618.5247.65
Hex90636601F1D2C1641330
Octal22014314603735545442360
Binary10010000110001111001100111111110110110010110010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906366; }

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

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

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

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

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

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

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

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