Html Css Color HEX #999E9C Tower Grey

📋 copy color: '#999E9C'

red 153 ◦ green 158 ◦ blue 156

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

Shades of Tower Grey #999E9C

Tints of Tower Grey #999E9C

RGB

 RED value IS 153 (60.16% from 255) = 32.76%

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

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

R = 32.76%
G = 33.83%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#999E9C (or 0x999E9C) is known color: Tower Grey. HEX triplet: 99, 9E and 9C. RGB value is (153,158,156). Sum of RGB (Red+Green+Blue) = 153+158+156=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 158 - color contains mainly: green. Hex color #999E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E9C is #666163. Grayscale: #9C9C9C. Windows color (decimal): -6709604 or 10264217. OLE color: 10264217.

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

Color convert

RGB 153 158 156 -
CMYK 0.03 0 0.01 0.38
HSL 156º 0.03% 0.61% -
HSV(B) 156º 0.03% 0.62% -
XYZ 31.36 33.63 36.29 -
YUV 156.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 153 158 156 0.03 0 0.01 0.38 156 0.03 0.61
Hex 99 9E 9C 3 0 1 26 9C 3 3D
Octal 231 236 234 3 0 1 46 234 3 75
Binary 10011001 10011110 10011100 11 0 1 100110 10011100 11 111101

Color Harmonies of #999E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E9C

Black with #999E9C

Text Example


Text Example

White with #999E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999E9C; }

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

 H1.HeaderClassName
 {
   color: #999E9C;
 }
 .AnyTagClassName
 {
   color: #999E9C;
 }
</style>

background-color css

<style>
 a { background-color: #999E9C; }

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

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

border-color css

<style>
 span { border-color: #999E9C; }

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

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