Html Css Color HEX #997686 Mountbatten Pink

📋 copy color: '#997686'

red 153 ◦ green 118 ◦ blue 134

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

Shades of Mountbatten Pink #997686

Tints of Mountbatten Pink #997686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 37.78%
G = 29.14%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997686 (or 0x997686) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 86. RGB value is (153,118,134). Sum of RGB (Red+Green+Blue) = 153+118+134=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997686 is #668979. Grayscale: #828282. Windows color (decimal): -6719866 or 8812185. OLE color: 8812185.

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

Color convert

RGB 153 118 134 -
CMYK 0 0.23 0.12 0.4
HSL 332.57º 0.15% 0.53% -
HSV(B) 332.57º 0.23% 0.6% -
XYZ 23.92 21.45 25.43 -
YUV 130.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 153 118 134 0 0.23 0.12 0.4 332.57 0.15 0.53
Hex 99 76 86 0 17 C 28 14D F 35
Octal 231 166 206 0 27 14 50 515 17 65
Binary 10011001 1110110 10000110 0 10111 1100 101000 101001101 1111 110101

Color Harmonies of #997686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997686

Black with #997686

Text Example


Text Example

White with #997686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997686; }

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

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

background-color css

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

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

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

border-color css

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

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

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