Html Css Color HEX #967289 Mountbatten Pink

📋 copy color: '#967289'

red 150 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #967289

Tints of Mountbatten Pink #967289

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

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

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

R = 37.41%
G = 28.43%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967289 (or 0x967289) is known color: Mountbatten Pink. HEX triplet: 96, 72 and 89. RGB value is (150,114,137). Sum of RGB (Red+Green+Blue) = 150+114+137=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967289 is #698D76. Grayscale: #7F7F7F. Windows color (decimal): -6917495 or 9007766. OLE color: 9007766.

HSL color Cylindrical-coordinate representation of color #967289: hue angle of 321.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967289 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 137 -
CMYK 0 0.24 0.09 0.41
HSL 321.67º 0.15% 0.52% -
HSV(B) 321.67º 0.24% 0.59% -
XYZ 23.11 20.32 26.37 -
YUV 127.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 150 114 137 0 0.24 0.09 0.41 321.67 0.15 0.52
Hex 96 72 89 0 18 9 29 142 F 34
Octal 226 162 211 0 30 11 51 502 17 64
Binary 10010110 1110010 10001001 0 11000 1001 101001 101000010 1111 110100

Color Harmonies of #967289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967289

Black with #967289

Text Example


Text Example

White with #967289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967289; }

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

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

background-color css

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

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

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

border-color css

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

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

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