#9B9090

Color #9B9090 Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #9B9090

Tints of Dusty Grey #9B9090

Color information

#9B9090 (or 0x9B9090) is unknown color: approx Dusty Grey. HEX triplet: 9B, 90 and 90. RGB value is (155,144,144). Sum of RGB (Red+Green+Blue) = 155+144+144=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9090 is #646F6F. Grayscale: #939393. Windows color (decimal): -6582128 or 9474203. OLE color: 9474203.

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

Color convert

RGB155144144-
CMYK00.070.070.39
HSL5.21%58.63%-
HSV(B)7.1%60.78%-
XYZ28.5228.9330.47-
YUV147.29126.14133.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=34.99%
G=32.51%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514414400.070.070.3905.2158.63
Hex9B909007727053b
Octal233220220077470573
Binary10011011100100001001000001111111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,144); }

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

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

 a { background-color: rgb(155,144,144); }

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

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

 span { border-color: rgb(155,144,144); }

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