#969C99

Color #969C99 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #969C99

Tints of Tower Grey #969C99

Color information

#969C99 (or 0x969C99) is unknown color: approx Tower Grey. HEX triplet: 96, 9C and 99. RGB value is (150,156,153). Sum of RGB (Red+Green+Blue) = 150+156+153=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 156 - color contains mainly: green. Hex color #969C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C99 is #696366. Grayscale: #999999. Windows color (decimal): -6906727 or 10067094. OLE color: 10067094.

HSL color Cylindrical-coordinate representation of color #969C99: hue angle of 150º 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 #969C99 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB150156153-
CMYK0.0400.020.39
HSL150º2.94%60%-
HSV(B)150º3.85%61.18%-
XYZ30.2232.5634.83-
YUV153.86127.51125.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=32.68%
G=33.99%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501561530.0400.020.391502.9460
Hex969C99402279633c
Octal22623423140247226374
Binary1001011010011100100110011000101001111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969C99; }

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

 H1.HeaderClassName
 {
   color: #969C99;
 }
 .AnyTagClassName
 {
   color: #969C99;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #969C99;
 }
 .BgClassName
 {
   background-color: #969C99;
 }
</style>
border-color css

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

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

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