#996F89

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

Shades of Mountbatten Pink #996F89

Tints of Mountbatten Pink #996F89

Color information

#996F89 (or 0x996F89) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 6F and 89. RGB value is (153,111,137). Sum of RGB (Red+Green+Blue) = 153+111+137=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F89 is #669076. Grayscale: #7E7E7E. Windows color (decimal): -6721655 or 9007001. OLE color: 9007001.

HSL color Cylindrical-coordinate representation of color #996F89: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F89 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153111137-
CMYK00.270.100.4
HSL322.86º17.07%51.76%-
HSV(B)322.86º27.45%60%-
XYZ23.3419.9526.29-
YUV126.52133.91146.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=38.15%
G=27.68%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311113700.270.100.4322.8617.0751.76
Hex996F8901BA281431134
Octal23115721103312505032164
Binary10011001110111110001001011011101010100010100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F89; }

 p { color: rgb(153,111,137); }

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

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

 a { background-color: rgb(153,111,137); }

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

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

 span { border-color: rgb(153,111,137); }

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