Html Css Color HEX #9B969B London Hue

📋 copy color: '#9B969B'

red 155 ◦ green 150 ◦ blue 155

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

Shades of London Hue #9B969B

Tints of London Hue #9B969B

RGB

 RED value IS 155 (60.94% from 255) = 33.7%

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

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

R = 33.7%
G = 32.61%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B969B (or 0x9B969B) is known color: London Hue. HEX triplet: 9B, 96 and 9B. RGB value is (155,150,155). Sum of RGB (Red+Green+Blue) = 155+150+155=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B969B is #646964. Grayscale: #989898. Windows color (decimal): -6580581 or 10196635. OLE color: 10196635.

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

Color convert

RGB 155 150 155 -
CMYK 0 0.03 0 0.39
HSL 300º 0.02% 0.6% -
HSV(B) 300º 0.03% 0.61% -
XYZ 30.34 31.15 35.42 -
YUV 152.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 155 150 155 0 0.03 0 0.39 300 0.02 0.6
Hex 9B 96 9B 0 3 0 27 12C 2 3C
Octal 233 226 233 0 3 0 47 454 2 74
Binary 10011011 10010110 10011011 0 11 0 100111 100101100 10 111100

Color Harmonies of #9B969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B969B

Black with #9B969B

Text Example


Text Example

White with #9B969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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