#99688E

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

Shades of Mountbatten Pink #99688E

Tints of Mountbatten Pink #99688E

Color information

#99688E (or 0x99688E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 68 and 8E. RGB value is (153,104,142). Sum of RGB (Red+Green+Blue) = 153+104+142=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #99688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99688E is #669771. Grayscale: #7A7A7A. Windows color (decimal): -6723442 or 9332889. OLE color: 9332889.

HSL color Cylindrical-coordinate representation of color #99688E: hue angle of 313.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99688E is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153104142-
CMYK00.320.070.4
HSL313.47º19.37%50.39%-
HSV(B)313.47º32.03%60%-
XYZ22.9718.6327.98-
YUV122.98138.73149.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=38.35%
G=26.07%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310414200.320.070.4313.4719.3750.39
Hex99688E0207281391332
Octal2311502160407504712362
Binary10011001110100010001110010000011110100010011100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99688E; }

 p { color: rgb(153,104,142); }

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

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

 a { background-color: rgb(153,104,142); }

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

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

 span { border-color: rgb(153,104,142); }

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