Html Css Color HEX #996B91 Mountbatten Pink

📋 copy color: '#996B91'

red 153 ◦ green 107 ◦ blue 145

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

Shades of Mountbatten Pink #996B91

Tints of Mountbatten Pink #996B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 37.78%
G = 26.42%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996B91 (or 0x996B91) is known color: Mountbatten Pink. HEX triplet: 99, 6B and 91. RGB value is (153,107,145). Sum of RGB (Red+Green+Blue) = 153+107+145=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B91 is #66946E. Grayscale: #7C7C7C. Windows color (decimal): -6722671 or 9530265. OLE color: 9530265.

HSL color Cylindrical-coordinate representation of color #996B91: hue angle of 310.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B91 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 145 -
CMYK 0 0.30 0.05 0.4
HSL 310.43º 0.18% 0.51% -
HSV(B) 310.43º 0.3% 0.6% -
XYZ 23.51 19.33 29.28 -
YUV 125.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 153 107 145 0 0.30 0.05 0.4 310.43 0.18 0.51
Hex 99 6B 91 0 1E 5 28 136 12 33
Octal 231 153 221 0 36 5 50 466 22 63
Binary 10011001 1101011 10010001 0 11110 101 101000 100110110 10010 110011

Color Harmonies of #996B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B91

Black with #996B91

Text Example


Text Example

White with #996B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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