#998694

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

Shades of Mountbatten Pink #998694

Tints of Mountbatten Pink #998694

Color information

#998694 (or 0x998694) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 86 and 94. RGB value is (153,134,148). Sum of RGB (Red+Green+Blue) = 153+134+148=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998694 is #66796B. Grayscale: #8D8D8D. Windows color (decimal): -6715756 or 9733785. OLE color: 9733785.

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

Color convert

RGB153134148-
CMYK00.120.030.4
HSL315.79º8.52%56.27%-
HSV(B)315.79º12.42%60%-
XYZ27.0125.9631.6-
YUV141.28131.79136.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=35.17%
G=30.80%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313414800.120.030.4315.798.5256.27
Hex9986940C32813c938
Octal2312062240143504741170
Binary10011001100001101001010001100111010001001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998694; }

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

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

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

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

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

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

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

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