Html Css Color HEX #998691 Mountbatten Pink

📋 copy color: '#998691'

red 153 ◦ green 134 ◦ blue 145

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

Shades of Mountbatten Pink #998691

Tints of Mountbatten Pink #998691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

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

R = 35.42%
G = 31.02%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998691 (or 0x998691) is known color: Mountbatten Pink. HEX triplet: 99, 86 and 91. RGB value is (153,134,145). Sum of RGB (Red+Green+Blue) = 153+134+145=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998691 is #66796E. Grayscale: #8C8C8C. Windows color (decimal): -6715759 or 9537177. OLE color: 9537177.

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

Color convert

RGB 153 134 145 -
CMYK 0 0.12 0.05 0.4
HSL 325.26º 0.09% 0.56% -
HSV(B) 325.26º 0.12% 0.6% -
XYZ 26.77 25.87 30.37 -
YUV 140.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 153 134 145 0 0.12 0.05 0.4 325.26 0.09 0.56
Hex 99 86 91 0 C 5 28 145 9 38
Octal 231 206 221 0 14 5 50 505 11 70
Binary 10011001 10000110 10010001 0 1100 101 101000 101000101 1001 111000

Color Harmonies of #998691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998691

Black with #998691

Text Example


Text Example

White with #998691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998691; }

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

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

background-color css

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

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

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

border-color css

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

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

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