Html Css Color HEX #999199 London Hue

📋 copy color: '#999199'

red 153 ◦ green 145 ◦ blue 153

#999199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #999199

Tints of London Hue #999199

RGB

 RED value IS 153 (60.16% from 255) = 33.92%

 GREEN value IS 145 (57.03% from 255) = 32.15%

 BLUE value IS 153 (60.16% from 255) = 33.92%

R = 33.92%
G = 32.15%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#999199 (or 0x999199) is known color: London Hue. HEX triplet: 99, 91 and 99. RGB value is (153,145,153). Sum of RGB (Red+Green+Blue) = 153+145+153=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #999199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999199 is #666E66. Grayscale: #949494. Windows color (decimal): -6712935 or 10064281. OLE color: 10064281.

HSL color Cylindrical-coordinate representation of color #999199: hue angle of 300º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999199 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 153 -
CMYK 0 0.05 0 0.4
HSL 300º 0.04% 0.58% -
HSV(B) 300º 0.05% 0.6% -
XYZ 29.01 29.32 34.27 -
YUV 148.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 153 145 153 0 0.05 0 0.4 300 0.04 0.58
Hex 99 91 99 0 5 0 28 12C 4 3A
Octal 231 221 231 0 5 0 50 454 4 72
Binary 10011001 10010001 10011001 0 101 0 101000 100101100 100 111010

Color Harmonies of #999199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999199

Black with #999199

Text Example


Text Example

White with #999199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999199; }

 p { color: rgb(153,145,153); }

 H1.HeaderClassName
 {
   color: #999199;
 }
 .AnyTagClassName
 {
   color: #999199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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