#997687

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

Shades of Mountbatten Pink #997687

Tints of Mountbatten Pink #997687

Color information

#997687 (or 0x997687) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 76 and 87. RGB value is (153,118,135). Sum of RGB (Red+Green+Blue) = 153+118+135=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997687 is #668978. Grayscale: #828282. Windows color (decimal): -6719865 or 8877721. OLE color: 8877721.

HSL color Cylindrical-coordinate representation of color #997687: hue angle of 330.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997687 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153118135-
CMYK00.230.120.4
HSL330.86º14.64%53.14%-
HSV(B)330.86º22.88%60%-
XYZ23.9921.4825.8-
YUV130.4130.6144.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=37.68%
G=29.06%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311813500.230.120.4330.8614.6453.14
Hex997687017C2814bf35
Octal23116620702714505131765
Binary1001100111101101000011101011111001010001010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997687; }

 p { color: rgb(153,118,135); }

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

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

 a { background-color: rgb(153,118,135); }

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

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

 span { border-color: rgb(153,118,135); }

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