Html Css Color HEX #998891 Mountbatten Pink

📋 copy color: '#998891'

red 153 ◦ green 136 ◦ blue 145

#998891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #998891

Tints of Mountbatten Pink #998891

RGB

 RED value IS 153 (60.16% from 255) = 35.25%

 GREEN value IS 136 (53.52% from 255) = 31.34%

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 35.25%
G = 31.34%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998891 (or 0x998891) is known color: Mountbatten Pink. HEX triplet: 99, 88 and 91. RGB value is (153,136,145). Sum of RGB (Red+Green+Blue) = 153+136+145=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998891 is #66776E. Grayscale: #8E8E8E. Windows color (decimal): -6715247 or 9537689. OLE color: 9537689.

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

Color convert

RGB 153 136 145 -
CMYK 0 0.11 0.05 0.4
HSL 328.24º 0.08% 0.57% -
HSV(B) 328.24º 0.11% 0.6% -
XYZ 27.05 26.42 30.46 -
YUV 142.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 153 136 145 0 0.11 0.05 0.4 328.24 0.08 0.57
Hex 99 88 91 0 B 5 28 148 8 39
Octal 231 210 221 0 13 5 50 510 10 71
Binary 10011001 10001000 10010001 0 1011 101 101000 101001000 1000 111001

Color Harmonies of #998891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998891

Black with #998891

Text Example


Text Example

White with #998891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998891; }

 p { color: rgb(153,136,145); }

 H1.HeaderClassName
 {
   color: #998891;
 }
 .AnyTagClassName
 {
   color: #998891;
 }
</style>

background-color css

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

 a { background-color: rgb(153,136,145); }

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

border-color css

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

 span { border-color: rgb(153,136,145); }

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