#906E89

Color #906E89 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #906E89

Tints of Mountbatten Pink #906E89

Color information

#906E89 (or 0x906E89) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 6E and 89. RGB value is (144,110,137). Sum of RGB (Red+Green+Blue) = 144+110+137=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #906E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E89 is #6F9176. Grayscale: #7B7B7B. Windows color (decimal): -7311735 or 9006736. OLE color: 9006736.

HSL color Cylindrical-coordinate representation of color #906E89: hue angle of 312.35º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E89 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144110137-
CMYK00.240.050.44
HSL312.35º13.39%49.8%-
HSV(B)312.35º23.61%56.47%-
XYZ21.5918.8926.17-
YUV123.24135.76142.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=36.83%
G=28.13%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411013700.240.050.44312.3513.3949.8
Hex906E8901852C138d32
Octal2201562110305544701562
Binary100100001101110100010010110001011011001001110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906E89; }

 p { color: rgb(144,110,137); }

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

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

 a { background-color: rgb(144,110,137); }

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

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

 span { border-color: rgb(144,110,137); }

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