Html Css Color HEX #9F969E London Hue

📋 copy color: '#9F969E'

red 159 ◦ green 150 ◦ blue 158

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

Shades of London Hue #9F969E

Tints of London Hue #9F969E

RGB

 RED value IS 159 (62.5% from 255) = 34.05%

 GREEN value IS 150 (58.98% from 255) = 32.12%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 34.05%
G = 32.12%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F969E (or 0x9F969E) is known color: London Hue. HEX triplet: 9F, 96 and 9E. RGB value is (159,150,158). Sum of RGB (Red+Green+Blue) = 159+150+158=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 159 - color contains mainly: red. Hex color #9F969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F969E is #606961. Grayscale: #999999. Windows color (decimal): -6318434 or 10393247. OLE color: 10393247.

HSL color Cylindrical-coordinate representation of color #9F969E: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F969E is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 158 -
CMYK 0 0.06 0.01 0.38
HSL 306.67º 0.04% 0.61% -
HSV(B) 306.67º 0.06% 0.62% -
XYZ 31.38 31.65 36.8 -
YUV 153.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 159 150 158 0 0.06 0.01 0.38 306.67 0.04 0.61
Hex 9F 96 9E 0 6 1 26 133 4 3D
Octal 237 226 236 0 6 1 46 463 4 75
Binary 10011111 10010110 10011110 0 110 1 100110 100110011 100 111101

Color Harmonies of #9F969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F969E

Black with #9F969E

Text Example


Text Example

White with #9F969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F969E; }

 p { color: rgb(159,150,158); }

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

background-color css

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

 a { background-color: rgb(159,150,158); }

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

border-color css

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

 span { border-color: rgb(159,150,158); }

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