#9F9F95

Color #9F9F95 Star Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Star Dust #9F9F95

Tints of Star Dust #9F9F95

Color information

#9F9F95 (or 0x9F9F95) is unknown color: approx Star Dust. HEX triplet: 9F, 9F and 95. RGB value is (159,159,149). Sum of RGB (Red+Green+Blue) = 159+159+149=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9F95 is #60606A. Grayscale: #9D9D9D. Windows color (decimal): -6316139 or 9805727. OLE color: 9805727.

HSL color Cylindrical-coordinate representation of color #9F9F95: hue angle of 60º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F9F95 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB159159149-
CMYK000.060.38
HSL60º4.95%60.39%-
HSV(B)60º6.29%62.35%-
XYZ32.1234.3433.37-
YUV157.86123128.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=34.05%
G=34.05%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159159149000.060.38604.9560.39
Hex9F9F95006263c53c
Octal2372372250064674574
Binary10011111100111111001010100110100110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9F95; }

 p { color: rgb(159,159,149); }

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

<style>
 a { background-color: #9F9F95; }

 a { background-color: rgb(159,159,149); }

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

<style>
 span { border-color: #9F9F95; }

 span { border-color: rgb(159,159,149); }

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