Html Css Color HEX #9D969C London Hue

📋 copy color: '#9D969C'

red 157 ◦ green 150 ◦ blue 156

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

Shades of London Hue #9D969C

Tints of London Hue #9D969C

RGB

 RED value IS 157 (61.72% from 255) = 33.91%

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

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 33.91%
G = 32.4%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D969C (or 0x9D969C) is known color: London Hue. HEX triplet: 9D, 96 and 9C. RGB value is (157,150,156). Sum of RGB (Red+Green+Blue) = 157+150+156=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 157 - color contains mainly: red. Hex color #9D969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D969C is #626963. Grayscale: #989898. Windows color (decimal): -6449508 or 10262173. OLE color: 10262173.

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

Color convert

RGB 157 150 156 -
CMYK 0 0.04 0.01 0.38
HSL 308.57º 0.03% 0.6% -
HSV(B) 308.57º 0.04% 0.62% -
XYZ 30.81 31.38 35.89 -
YUV 152.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 157 150 156 0 0.04 0.01 0.38 308.57 0.03 0.6
Hex 9D 96 9C 0 4 1 26 135 3 3C
Octal 235 226 234 0 4 1 46 465 3 74
Binary 10011101 10010110 10011100 0 100 1 100110 100110101 11 111100

Color Harmonies of #9D969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D969C

Black with #9D969C

Text Example


Text Example

White with #9D969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,156); }

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

background-color css

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

 a { background-color: rgb(157,150,156); }

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

border-color css

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

 span { border-color: rgb(157,150,156); }

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