#968091

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

Shades of Mountbatten Pink #968091

Tints of Mountbatten Pink #968091

Color information

#968091 (or 0x968091) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 80 and 91. RGB value is (150,128,145). Sum of RGB (Red+Green+Blue) = 150+128+145=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968091 is #697F6E. Grayscale: #888888. Windows color (decimal): -6913903 or 9535638. OLE color: 9535638.

HSL color Cylindrical-coordinate representation of color #968091: hue angle of 313.64º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968091 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB150128145-
CMYK00.150.030.41
HSL313.64º9.48%54.51%-
HSV(B)313.64º14.67%58.82%-
XYZ25.4123.9730.07-
YUV136.52132.79137.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=35.46%
G=30.26%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012814500.150.030.41313.649.4854.51
Hex9680910F32913a937
Octal2262002210173514721167
Binary10010110100000001001000101111111010011001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968091; }

 p { color: rgb(150,128,145); }

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

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

 a { background-color: rgb(150,128,145); }

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

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

 span { border-color: rgb(150,128,145); }

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