#9F9797

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

Shades of Nobel #9F9797

Tints of Nobel #9F9797

Color information

#9F9797 (or 0x9F9797) is unknown color: approx Nobel. HEX triplet: 9F, 97 and 97. RGB value is (159,151,151). Sum of RGB (Red+Green+Blue) = 159+151+151=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9797 is #606868. Grayscale: #999999. Windows color (decimal): -6318185 or 9934751. OLE color: 9934751.

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

Color convert

RGB159151151-
CMYK00.050.050.38
HSL4%60.78%-
HSV(B)5.03%62.35%-
XYZ30.9531.7433.77-
YUV153.39126.65132-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=34.49%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915115100.050.050.380460.78
Hex9F979705526043d
Octal237227227055460475
Binary10011111100101111001011101011011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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