Html Css Color HEX #96718A Mountbatten Pink

📋 copy color: '#96718A'

red 150 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #96718A

Tints of Mountbatten Pink #96718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 37.41%
G = 28.18%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96718A (or 0x96718A) is known color: Mountbatten Pink. HEX triplet: 96, 71 and 8A. RGB value is (150,113,138). Sum of RGB (Red+Green+Blue) = 150+113+138=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #96718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96718A is #698E75. Grayscale: #7E7E7E. Windows color (decimal): -6917750 or 9073046. OLE color: 9073046.

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

Color convert

RGB 150 113 138 -
CMYK 0 0.25 0.08 0.41
HSL 319.46º 0.15% 0.52% -
HSV(B) 319.46º 0.25% 0.59% -
XYZ 23.07 20.13 26.71 -
YUV 126.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 150 113 138 0 0.25 0.08 0.41 319.46 0.15 0.52
Hex 96 71 8A 0 19 8 29 13F F 34
Octal 226 161 212 0 31 10 51 477 17 64
Binary 10010110 1110001 10001010 0 11001 1000 101001 100111111 1111 110100

Color Harmonies of #96718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96718A

Black with #96718A

Text Example


Text Example

White with #96718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96718A; }

 p { color: rgb(150,113,138); }

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

background-color css

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

 a { background-color: rgb(150,113,138); }

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

border-color css

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

 span { border-color: rgb(150,113,138); }

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