#967688

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

Shades of Mountbatten Pink #967688

Tints of Mountbatten Pink #967688

Color information

#967688 (or 0x967688) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 76 and 88. RGB value is (150,118,136). Sum of RGB (Red+Green+Blue) = 150+118+136=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967688 is #698977. Grayscale: #818181. Windows color (decimal): -6916472 or 8943254. OLE color: 8943254.

HSL color Cylindrical-coordinate representation of color #967688: hue angle of 326.25º 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 #967688 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150118136-
CMYK00.210.090.41
HSL326.25º13.22%52.55%-
HSV(B)326.25º21.33%58.82%-
XYZ23.521.2226.15-
YUV129.62131.6142.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=37.13%
G=29.21%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011813600.210.090.41326.2513.2252.55
Hex967688015929146d35
Octal22616621002511515061565
Binary1001011011101101000100001010110011010011010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967688; }

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

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

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

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

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

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

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

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