#99999D

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

Shades of Santas Grey #99999D

Tints of Santas Grey #99999D

Color information

#99999D (or 0x99999D) is unknown color: approx Santas Grey. HEX triplet: 99, 99 and 9D. RGB value is (153,153,157). Sum of RGB (Red+Green+Blue) = 153+153+157=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 157 - color contains mainly: blue. Hex color #99999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999D is #666662. Grayscale: #999999. Windows color (decimal): -6710883 or 10328473. OLE color: 10328473.

HSL color Cylindrical-coordinate representation of color #99999D: hue angle of 240º degrees, saturation: 0.02, 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 #99999D is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153153157-
CMYK0.030.0300.38
HSL240º2%60.78%-
HSV(B)240º2.55%61.57%-
XYZ30.6131.9936.46-
YUV153.46130127.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=33.05%
G=33.05%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531531570.030.0300.38240260.78
Hex99999D33026f023d
Octal23123123533046360275
Binary100110011001100110011101111101001101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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