#96708A

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

Shades of Mountbatten Pink #96708A

Tints of Mountbatten Pink #96708A

Color information

#96708A (or 0x96708A) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 70 and 8A. RGB value is (150,112,138). Sum of RGB (Red+Green+Blue) = 150+112+138=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #96708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708A is #698F75. Grayscale: #7E7E7E. Windows color (decimal): -6918006 or 9072790. OLE color: 9072790.

HSL color Cylindrical-coordinate representation of color #96708A: hue angle of 318.95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96708A is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150112138-
CMYK00.250.080.41
HSL318.95º15.32%51.37%-
HSV(B)318.95º25.33%58.82%-
XYZ22.9619.9126.68-
YUV126.33134.59144.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=37.5%
G=28%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011213800.250.080.41318.9515.3251.37
Hex96708A01982913ff33
Octal22616021203110514771763
Binary1001011011100001000101001100110001010011001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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