#997694

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

Shades of Mountbatten Pink #997694

Tints of Mountbatten Pink #997694

Color information

#997694 (or 0x997694) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 76 and 94. RGB value is (153,118,148). Sum of RGB (Red+Green+Blue) = 153+118+148=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997694 is #66896B. Grayscale: #838383. Windows color (decimal): -6719852 or 9729689. OLE color: 9729689.

HSL color Cylindrical-coordinate representation of color #997694: hue angle of 308.57º 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 #997694 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153118148-
CMYK00.230.030.4
HSL308.57º14.64%53.14%-
HSV(B)308.57º22.88%60%-
XYZ24.9621.8730.92-
YUV131.88137.1143.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=36.52%
G=28.16%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311814800.230.030.4308.5714.6453.14
Hex997694017328135f35
Octal2311662240273504651765
Binary10011001111011010010100010111111010001001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997694; }

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

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

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

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

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

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

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

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