Html Css Color HEX #96708B Mountbatten Pink

📋 copy color: '#96708B'

red 150 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #96708B

Tints of Mountbatten Pink #96708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 37.41%
G = 27.93%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96708B (or 0x96708B) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 8B. RGB value is (150,112,139). Sum of RGB (Red+Green+Blue) = 150+112+139=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #96708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708B is #698F74. Grayscale: #7E7E7E. Windows color (decimal): -6918005 or 9138326. OLE color: 9138326.

HSL color Cylindrical-coordinate representation of color #96708B: hue angle of 317.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96708B is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 139 -
CMYK 0 0.25 0.07 0.41
HSL 317.37º 0.15% 0.51% -
HSV(B) 317.37º 0.25% 0.59% -
XYZ 23.03 19.94 27.06 -
YUV 126.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 150 112 139 0 0.25 0.07 0.41 317.37 0.15 0.51
Hex 96 70 8B 0 19 7 29 13D F 33
Octal 226 160 213 0 31 7 51 475 17 63
Binary 10010110 1110000 10001011 0 11001 111 101001 100111101 1111 110011

Color Harmonies of #96708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96708B

Black with #96708B

Text Example


Text Example

White with #96708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96708B; }

 p { color: rgb(150,112,139); }

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

background-color css

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

 a { background-color: rgb(150,112,139); }

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

border-color css

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

 span { border-color: rgb(150,112,139); }

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