#99999E

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

Shades of Santas Grey #99999E

Tints of Santas Grey #99999E

Color information

#99999E (or 0x99999E) is unknown color: approx Santas Grey. HEX triplet: 99, 99 and 9E. RGB value is (153,153,158). Sum of RGB (Red+Green+Blue) = 153+153+158=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 158 - color contains mainly: blue. Hex color #99999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999E is #666661. Grayscale: #999999. Windows color (decimal): -6710882 or 10394009. OLE color: 10394009.

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

Color convert

RGB153153158-
CMYK0.030.0300.38
HSL240º2.51%60.98%-
HSV(B)240º3.16%61.96%-
XYZ30.732.0236.91-
YUV153.57130.5127.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=32.97%
G=32.97%
B=34.05%

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
Decimal1531531580.030.0300.382402.5160.98
Hex99999E33026f033d
Octal23123123633046360375
Binary100110011001100110011110111101001101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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