#999090

Color #999090 Nobel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nobel #999090

Tints of Nobel #999090

Color information

#999090 (or 0x999090) is unknown color: approx Nobel. HEX triplet: 99, 90 and 90. RGB value is (153,144,144). Sum of RGB (Red+Green+Blue) = 153+144+144=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #999090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999090 is #666F6F. Grayscale: #929292. Windows color (decimal): -6713200 or 9474201. OLE color: 9474201.

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

Color convert

RGB153144144-
CMYK00.060.060.4
HSL4.23%58.24%-
HSV(B)5.88%60%-
XYZ28.1428.7330.45-
YUV146.69126.48132.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=34.69%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314414400.060.060.404.2358.24
Hex99909006628043a
Octal231220220066500472
Binary10011001100100001001000001101101010000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999090; }

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

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

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

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

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

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

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

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