#99999B

Color #99999B Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #99999B

Tints of Santas Grey #99999B

Color information

#99999B (or 0x99999B) is unknown color: approx Santas Grey. HEX triplet: 99, 99 and 9B. RGB value is (153,153,155). Sum of RGB (Red+Green+Blue) = 153+153+155=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 155 - color contains mainly: blue. Hex color #99999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999B is #666664. Grayscale: #999999. Windows color (decimal): -6710885 or 10197401. OLE color: 10197401.

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

Color convert

RGB153153155-
CMYK0.010.0100.39
HSL240º0.99%60.39%-
HSV(B)240º1.29%60.78%-
XYZ30.4431.9235.57-
YUV153.23129127.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=33.19%
G=33.19%
B=33.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531531550.010.0100.392400.9960.39
Hex99999B11027f013c
Octal23123123311047360174
Binary100110011001100110011011110100111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99999B; }

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

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

<style>
 a { background-color: #99999B; }

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

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

<style>
 span { border-color: #99999B; }

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

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