#917686

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

Shades of Mountbatten Pink #917686

Tints of Mountbatten Pink #917686

Color information

#917686 (or 0x917686) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 76 and 86. RGB value is (145,118,134). Sum of RGB (Red+Green+Blue) = 145+118+134=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #917686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917686 is #6E8979. Grayscale: #7F7F7F. Windows color (decimal): -7244154 or 8812177. OLE color: 8812177.

HSL color Cylindrical-coordinate representation of color #917686: hue angle of 324.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917686 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145118134-
CMYK00.190.080.43
HSL324.44º10.93%51.57%-
HSV(B)324.44º18.62%56.86%-
XYZ22.4620.725.37-
YUV127.9131.45140.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=36.52%
G=29.72%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511813400.190.080.43324.4410.9351.57
Hex91768601382B144b34
Octal22116620602310535041364
Binary1001000111101101000011001001110001010111010001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917686; }

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

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

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

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

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

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

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

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