Html Css Color HEX #9C969B London Hue

📋 copy color: '#9C969B'

red 156 ◦ green 150 ◦ blue 155

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

Shades of London Hue #9C969B

Tints of London Hue #9C969B

RGB

 RED value IS 156 (61.33% from 255) = 33.84%

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

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 33.84%
G = 32.54%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C969B (or 0x9C969B) is known color: London Hue. HEX triplet: 9C, 96 and 9B. RGB value is (156,150,155). Sum of RGB (Red+Green+Blue) = 156+150+155=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 156 - color contains mainly: red. Hex color #9C969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C969B is #636964. Grayscale: #989898. Windows color (decimal): -6515045 or 10196636. OLE color: 10196636.

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

Color convert

RGB 156 150 155 -
CMYK 0 0.04 0.01 0.39
HSL 310º 0.03% 0.6% -
HSV(B) 310º 0.04% 0.61% -
XYZ 30.53 31.25 35.43 -
YUV 152.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 156 150 155 0 0.04 0.01 0.39 310 0.03 0.6
Hex 9C 96 9B 0 4 1 27 136 3 3C
Octal 234 226 233 0 4 1 47 466 3 74
Binary 10011100 10010110 10011011 0 100 1 100111 100110110 11 111100

Color Harmonies of #9C969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C969B

Black with #9C969B

Text Example


Text Example

White with #9C969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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