#9C9D91

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

Shades of Star Dust #9C9D91

Tints of Star Dust #9C9D91

Color information

#9C9D91 (or 0x9C9D91) is unknown color: approx Star Dust. HEX triplet: 9C, 9D and 91. RGB value is (156,157,145). Sum of RGB (Red+Green+Blue) = 156+157+145=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9D91 is #63626E. Grayscale: #9B9B9B. Windows color (decimal): -6513263 or 9543068. OLE color: 9543068.

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

Color convert

RGB156157145-
CMYK0.0100.080.38
HSL65º5.77%59.22%-
HSV(B)65º7.64%61.57%-
XYZ30.8833.2331.57-
YUV155.33122.17128.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=34.06%
G=34.28%
B=31.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561571450.0100.080.38655.7759.22
Hex9C9D91108264163b
Octal234235221101046101673
Binary1001110010011101100100011010001001101000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,157,145); }

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

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

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

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

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

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

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