#9D8691

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

Shades of Mountbatten Pink #9D8691

Tints of Mountbatten Pink #9D8691

Color information

#9D8691 (or 0x9D8691) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 86 and 91. RGB value is (157,134,145). Sum of RGB (Red+Green+Blue) = 157+134+145=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8691 is #62796E. Grayscale: #8E8E8E. Windows color (decimal): -6453615 or 9537181. OLE color: 9537181.

HSL color Cylindrical-coordinate representation of color #9D8691: hue angle of 331.3º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8691 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB157134145-
CMYK00.150.080.38
HSL331.3º10.5%57.06%-
HSV(B)331.3º14.65%61.57%-
XYZ27.5426.2630.41-
YUV142.13129.62138.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=36.01%
G=30.73%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713414500.150.080.38331.310.557.06
Hex9D86910F82614bb39
Octal23520622101710465131371
Binary1001110110000110100100010111110001001101010010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8691; }

 p { color: rgb(157,134,145); }

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

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

 a { background-color: rgb(157,134,145); }

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

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

 span { border-color: rgb(157,134,145); }

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