#96688D

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

Shades of Mountbatten Pink #96688D

Tints of Mountbatten Pink #96688D

Color information

#96688D (or 0x96688D) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 68 and 8D. RGB value is (150,104,141). Sum of RGB (Red+Green+Blue) = 150+104+141=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688D is #699772. Grayscale: #797979. Windows color (decimal): -6920051 or 9267350. OLE color: 9267350.

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

Color convert

RGB150104141-
CMYK00.310.060.41
HSL311.74º18.11%49.8%-
HSV(B)311.74º30.67%58.82%-
XYZ22.3418.3127.56-
YUV121.97138.74147.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=37.97%
G=26.33%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010414100.310.060.41311.7418.1149.8
Hex96688D01F6291381232
Octal2261502150376514702262
Binary1001011011010001000110101111111010100110011100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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