#96768D

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

Shades of Mountbatten Pink #96768D

Tints of Mountbatten Pink #96768D

Color information

#96768D (or 0x96768D) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 76 and 8D. RGB value is (150,118,141). Sum of RGB (Red+Green+Blue) = 150+118+141=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768D is #698972. Grayscale: #828282. Windows color (decimal): -6916467 or 9270934. OLE color: 9270934.

HSL color Cylindrical-coordinate representation of color #96768D: hue angle of 316.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96768D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB150118141-
CMYK00.210.060.41
HSL316.88º13.22%52.55%-
HSV(B)316.88º21.33%58.82%-
XYZ23.8621.3628.07-
YUV130.19134.1142.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=36.67%
G=28.85%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011814100.210.060.41316.8813.2252.55
Hex96768D01562913dd35
Octal2261662150256514751565
Binary100101101110110100011010101011101010011001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96768D; }

 p { color: rgb(150,118,141); }

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

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

 a { background-color: rgb(150,118,141); }

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

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

 span { border-color: rgb(150,118,141); }

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