#99999C

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

Shades of Santas Grey #99999C

Tints of Santas Grey #99999C

Color information

#99999C (or 0x99999C) is unknown color: approx Santas Grey. HEX triplet: 99, 99 and 9C. RGB value is (153,153,156). Sum of RGB (Red+Green+Blue) = 153+153+156=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 156 - color contains mainly: blue. Hex color #99999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999C is #666663. Grayscale: #999999. Windows color (decimal): -6710884 or 10262937. OLE color: 10262937.

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

Color convert

RGB153153156-
CMYK0.020.0200.39
HSL240º1.49%60.59%-
HSV(B)240º1.92%61.18%-
XYZ30.5331.9636.01-
YUV153.34129.5127.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=33.12%
G=33.12%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531531560.020.0200.392401.4960.59
Hex99999C22027f013d
Octal23123123422047360175
Binary10011001100110011001110010100100111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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