#96748B

Color #96748B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #96748B

Tints of Mountbatten Pink #96748B

Color information

#96748B (or 0x96748B) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 74 and 8B. RGB value is (150,116,139). Sum of RGB (Red+Green+Blue) = 150+116+139=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748B is #698B74. Grayscale: #808080. Windows color (decimal): -6916981 or 9139350. OLE color: 9139350.

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

Color convert

RGB150116139-
CMYK00.230.070.41
HSL319.41º13.93%52.16%-
HSV(B)319.41º22.67%58.82%-
XYZ23.4820.8427.21-
YUV128.79133.76143.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=37.04%
G=28.64%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011613900.230.070.41319.4113.9352.16
Hex96748B01772913fe34
Octal2261642130277514771664
Binary100101101110100100010110101111111010011001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96748B;
 }
 .AnyTagClassName
 {
   color: #96748B;
 }
</style>
background-color css

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

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

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

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

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

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