#96808A

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

Shades of Mountbatten Pink #96808A

Tints of Mountbatten Pink #96808A

Color information

#96808A (or 0x96808A) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 80 and 8A. RGB value is (150,128,138). Sum of RGB (Red+Green+Blue) = 150+128+138=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #96808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96808A is #697F75. Grayscale: #878787. Windows color (decimal): -6913910 or 9076886. OLE color: 9076886.

HSL color Cylindrical-coordinate representation of color #96808A: hue angle of 332.73º 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 #96808A is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150128138-
CMYK00.150.080.41
HSL332.73º9.48%54.51%-
HSV(B)332.73º14.67%58.82%-
XYZ24.8823.7627.32-
YUV135.72129.29138.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=36.06%
G=30.77%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012813800.150.080.41332.739.4854.51
Hex96808A0F82914d937
Octal22620021201710515151167
Binary1001011010000000100010100111110001010011010011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96808A; }

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

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

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

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

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

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

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

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