Html Css Color HEX #997289 Mountbatten Pink

📋 copy color: '#997289'

red 153 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #997289

Tints of Mountbatten Pink #997289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 37.87%
G = 28.22%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#997289 (or 0x997289) is known color: Mountbatten Pink. HEX triplet: 99, 72 and 89. RGB value is (153,114,137). Sum of RGB (Red+Green+Blue) = 153+114+137=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #997289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997289 is #668D76. Grayscale: #808080. Windows color (decimal): -6720887 or 9007769. OLE color: 9007769.

HSL color Cylindrical-coordinate representation of color #997289: hue angle of 324.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997289 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 137 -
CMYK 0 0.25 0.10 0.4
HSL 324.62º 0.16% 0.52% -
HSV(B) 324.62º 0.25% 0.6% -
XYZ 23.67 20.61 26.4 -
YUV 128.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 153 114 137 0 0.25 0.10 0.4 324.62 0.16 0.52
Hex 99 72 89 0 19 A 28 145 10 34
Octal 231 162 211 0 31 12 50 505 20 64
Binary 10011001 1110010 10001001 0 11001 1010 101000 101000101 10000 110100

Color Harmonies of #997289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997289

Black with #997289

Text Example


Text Example

White with #997289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997289; }

 p { color: rgb(153,114,137); }

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

background-color css

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

 a { background-color: rgb(153,114,137); }

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

border-color css

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

 span { border-color: rgb(153,114,137); }

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